summaryrefslogtreecommitdiffstats
path: root/src/afb-stub-ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-stub-ws.h')
-rw-r--r--src/afb-stub-ws.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h
index f236937d..c0877268 100644
--- a/src/afb-stub-ws.h
+++ b/src/afb-stub-ws.h
@@ -39,3 +39,5 @@ extern struct afb_api_item afb_stub_ws_client_api(struct afb_stub_ws *stubws);
extern int afb_stub_ws_client_add(struct afb_stub_ws *stubws, struct afb_apiset *apiset);
+extern void afb_stub_ws_client_robustify(struct afb_stub_ws *stubws, struct fdev *(*reopen)(void*), void *closure, void (*release)(void*));
+