Introduce apiset for grouping apis
[src/app-framework-binder.git] / src / afb-api-dbus.h
index b4c2da8..221b52d 100644 (file)
 
 struct afb_req_itf;
 
-extern const struct afb_req_itf afb_api_dbus_req_itf;
+extern int afb_api_dbus_add_client(const char *path, struct afb_apiset *apiset);
 
-extern int afb_api_dbus_add_client(const char *path);
-
-extern int afb_api_dbus_add_server(const char *path);
+extern int afb_api_dbus_add_server(const char *path, struct afb_apiset *apiset);