X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.h;h=10f5f7ff504bb536d2a232ae3a2f44cdec216eb3;hb=15c3a8b1ef47127d30d8b5f26f9d7622a0b72656;hp=c8a7bc3f6e761a695340f6727f57f1689bb942bf;hpb=c7e9786d408f13d8f8f43c6b68da916bbb1ed5f3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h index c8a7bc3f..10f5f7ff 100644 --- a/src/afb-api-dbus.h +++ b/src/afb-api-dbus.h @@ -18,6 +18,10 @@ #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);