X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.h;fp=src%2Fafb-hsrv.h;h=93b845c13c1438caa036c0b36cbeb99a21f6e2e4;hb=8449480d29d2e03d9094ddce82557b251deb6567;hp=da4fe09a88402ccd12e7c69113fe1ac1ef63ea55;hpb=8d036c20b1e6e6134817bfc4cb152e4e2469dba5;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h index da4fe09a..93b845c1 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -16,5 +16,9 @@ limitations under the License. */ -int afb_hsrv_start(AFB_session * session); -void afb_hsrv_stop(AFB_session * session); +struct afb_hsrv; + +extern struct afb_hsrv *afb_hsrv_create(); + +extern int afb_hsrv_start(AFB_session * session); +extern void afb_hsrv_stop(AFB_session * session);