more simplification
[src/app-framework-binder.git] / src / afb-websock.h
index be34956..4f7ea91 100644 (file)
  * 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);