X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-websock.h;h=646e98f84ee41a8f14883fcbecabeb517d1797d9;hb=f262b0f726ac0577f40525038b779185f144873f;hp=be3495632cef7d1a469481660614b78cd1df4355;hpb=fb230eee946673ed5ebe9659d623c2a06d0a80ce;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index be349563..646e98f8 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -15,7 +15,9 @@ * limitations under the License. */ -int afb_websock_check(struct afb_hreq *hreq, int *later); -struct afb_websock *afb_websock_create(struct afb_hreq *hreq); +#pragma once + +struct afb_hreq; +extern int afb_websock_check_upgrade(struct afb_hreq *hreq);