Introduce apiset for grouping apis
[src/app-framework-binder.git] / src / afb-websock.h
index 379c3fb..c944542 100644 (file)
@@ -18,6 +18,8 @@
 #pragma once
 
 struct afb_hreq;
-extern int afb_websock_check_upgrade(struct afb_hreq *hreq);
+struct afb_apiset;
+
+extern int afb_websock_check_upgrade(struct afb_hreq *hreq, struct afb_apiset *apiset);