Events: refactoring
[src/app-framework-binder.git] / src / afb-api-dbus.h
index c8a7bc3..10f5f7f 100644 (file)
 
 #pragma once
 
+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);
 
 extern int afb_api_dbus_add_server(const char *path);