Improve setting of options
[src/app-framework-binder.git] / src / afb-api-dbus.h
index a85fe92..cda97c0 100644 (file)
 
 #pragma once
 
+#if WITH_DBUS_TRANSPARENCY
+
 struct afb_req_itf;
 
 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 *declare_set, struct afb_apiset *call_set);
 
-
+#endif