aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hsrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hsrv.h')
-rw-r--r--src/afb-hsrv.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h
index da4fe09a..93b845c1 100644
--- a/src/afb-hsrv.h
+++ b/src/afb-hsrv.h
@@ -16,5 +16,9 @@
limitations under the License.
*/
-int afb_hsrv_start(AFB_session * session);
-void afb_hsrv_stop(AFB_session * session);
+struct afb_hsrv;
+
+extern struct afb_hsrv *afb_hsrv_create();
+
+extern int afb_hsrv_start(AFB_session * session);
+extern void afb_hsrv_stop(AFB_session * session);