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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h
index a85fe92a..cda97c0c 100644
--- a/src/afb-api-dbus.h
+++ b/src/afb-api-dbus.h
@@ -18,10 +18,12 @@
#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