Allow to remove libmicrohttpd (HTTP server)
[src/app-framework-binder.git] / src / afb-websock.h
index f853814..981f5eb 100644 (file)
 
 #pragma once
 
+#if WITH_LIBMICROHTTPD
+
 struct afb_hreq;
 struct afb_apiset;
 
 extern int afb_websock_check_upgrade(struct afb_hreq *hreq, struct afb_apiset *apiset);
 
+#endif