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