X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-websock.h;h=7aac0d0d34d11f75b80e8e0334db0a98435d253f;hb=c94e1ef88adc641ebbab57377b97f8a7b6a70d1b;hp=4a0a3e555e4ad1e0232bb795a6be107308e55018;hpb=6ea1d50ab6571551e1d0379940349911956c97ee;p=src%2Fapp-framework-binder.git diff --git a/src/afb-websock.h b/src/afb-websock.h index 4a0a3e55..7aac0d0d 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,6 +15,8 @@ * limitations under the License. */ +#pragma once + struct afb_hreq; extern int afb_websock_check_upgrade(struct afb_hreq *hreq);