api-v3: First draft
[src/app-framework-binder.git] / src / afb-api-dbus.h
index 90f20c1..1c47685 100644 (file)
@@ -20,8 +20,8 @@
 
 struct afb_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, struct afb_apiset *declare_set, struct afb_apiset *call_set);
 
-extern int afb_api_dbus_add_server(const char *path, struct afb_apiset *apiset);
+extern int afb_api_dbus_add_server(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);