X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.h;h=cda97c0c19fb7bd659276a8717c370c964c8aaad;hb=2ba7c200c6c4844b63f8f707a6f04017661f16ca;hp=a85fe92a6569eea7be437a025b265b380a8e07e8;hpb=901a38c28bf3fe7cc3e58e3fad36190fbae585be;p=src%2Fapp-framework-binder.git 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