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