Add ability to provide binding settings
[src/app-framework-binder.git] / src / afb-export.h
index c9046be..0bee174 100644 (file)
@@ -30,6 +30,8 @@ struct afb_api_v3;
 struct afb_api_x3;
 struct afb_event_x2;
 
+extern void afb_export_set_config(struct json_object *config);
+
 extern struct afb_export *afb_export_create_none_for_path(
                                struct afb_apiset *declare_set,
                                struct afb_apiset *call_set,
@@ -85,7 +87,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);