aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-dbus.h')
-rw-r--r--src/afb-api-dbus.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h
index b4c2da8d..221b52dd 100644
--- a/src/afb-api-dbus.h
+++ b/src/afb-api-dbus.h
@@ -20,10 +20,8 @@
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);