X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-websock.h;h=4a0a3e555e4ad1e0232bb795a6be107308e55018;hb=6ea1d50ab6571551e1d0379940349911956c97ee;hp=be3495632cef7d1a469481660614b78cd1df4355;hpb=87d2ff17b84459e785c7820563bb0172849810c4;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index be349563..4a0a3e55 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -15,7 +15,7 @@ * 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; +extern int afb_websock_check_upgrade(struct afb_hreq *hreq);