ensure that the copy is done by libmicrohttp
[src/app-framework-binder.git] / src / afb-websock.h
index be34956..646e98f 100644 (file)
@@ -15,7 +15,9 @@
  * limitations under the License.
  */
 
-int afb_websock_check(struct afb_hreq *hreq, int *later);
-struct afb_websock *afb_websock_create(struct afb_hreq *hreq);
+#pragma once
+
+struct afb_hreq;
+extern int afb_websock_check_upgrade(struct afb_hreq *hreq);