X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-hsrv.h;h=b328df15997e1529a3cef742b728e2e7561bd82f;hb=09027206b4629a3446bf88e58ca2e7e1252e39f1;hp=c22f57ee69089161164cc0e53d4d896df2399cfe;hpb=94014f46d4751492133f65b12f1dea1cfa36d021;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h index c22f57ee..b328df15 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -16,13 +16,14 @@ limitations under the License. */ +#pragma once + struct afb_hsrv; struct afb_hreq; extern struct afb_hsrv *afb_hsrv_create(); extern void afb_hsrv_put(struct afb_hsrv *hsrv); - extern void afb_hsrv_stop(struct afb_hsrv *hsrv); extern int afb_hsrv_start(struct afb_hsrv *hsrv, uint16_t port, unsigned int connection_timeout); extern int afb_hsrv_set_cache_timeout(struct afb_hsrv *hsrv, int duration);