X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-websock.h;h=c944542500c308d5796028035fb63fb8943cdca9;hb=a8e971702f23ee67e02b4716ad4159f12cefdca6;hp=379c3fb4fed859405bb5be211aea9c1f6b9a3681;hpb=9991f9f55b6b77bf89a9e2cec84280d0c9c0b2cd;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index 379c3fb4..c9445425 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -18,6 +18,8 @@ #pragma once struct afb_hreq; -extern int afb_websock_check_upgrade(struct afb_hreq *hreq); +struct afb_apiset; + +extern int afb_websock_check_upgrade(struct afb_hreq *hreq, struct afb_apiset *apiset);