aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-websock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-websock.h')
-rw-r--r--src/afb-websock.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/afb-websock.h b/src/afb-websock.h
index be349563..4f7ea912 100644
--- a/src/afb-websock.h
+++ b/src/afb-websock.h
@@ -15,7 +15,10 @@
* limitations under the License.
*/
-int afb_websock_check(struct afb_hreq *hreq, int *later);
-struct afb_websock *afb_websock_create(struct afb_hreq *hreq);
+struct afb_hreq;
+struct afb_websock;
+
+extern int afb_websock_check(struct afb_hreq *hreq, int *later);
+extern struct afb_websock *afb_websock_create(struct afb_hreq *hreq);