X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.h;h=cda97c0c19fb7bd659276a8717c370c964c8aaad;hb=refs%2Fheads%2Fsandbox%2Fjobol%2Fwip;hp=a85fe92a6569eea7be437a025b265b380a8e07e8;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;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