X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-export.h;h=be8adfd57d4d68c1780fa10a96853dc828cfceb0;hb=bebb8fa967f3b71b609119b293d2869d56036586;hp=c9046be800a2c9562c445ab0524c27d8886d6403;hpb=2ab7061438040c68346124268ecf4081c835cbf2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-export.h b/src/afb-export.h index c9046be8..be8adfd5 100644 --- a/src/afb-export.h +++ b/src/afb-export.h @@ -85,7 +85,7 @@ extern int afb_export_handle_init_v3( struct afb_export *export, int (*oninit)(struct afb_api_x3 *api)); -extern int afb_export_start(struct afb_export *export, int share_session, int onneed); +extern int afb_export_start(struct afb_export *export); extern int afb_export_logmask_get(const struct afb_export *export); extern void afb_export_logmask_set(struct afb_export *export, int mask);