X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-websock.h;h=379c3fb4fed859405bb5be211aea9c1f6b9a3681;hb=9fe2dfd3c4df334607083f989346090e1051a565;hp=be3495632cef7d1a469481660614b78cd1df4355;hpb=87d2ff17b84459e785c7820563bb0172849810c4;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index be349563..379c3fb4 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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);