X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-websock.h;h=4f7ea91237e2b07710bb585b6e552410f3613eac;hb=54b2652e94cfa7840dbebcba46edd5459e7c6e86;hp=db40b9ae4da5706b3783cb126340eb5c219805e5;hpb=acdf592fee6d7f1970e42e31c23c2a88196051aa;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index db40b9ae..4f7ea912 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -15,7 +15,10 @@ * limitations under the License. */ -int afb_websock_check(struct afb_hreq *hreq, int *later); -struct afb_websock *afb_websock_create(struct MHD_Connection *connection); +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);