X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.h;h=10f5f7ff504bb536d2a232ae3a2f44cdec216eb3;hb=7a322e20bde6e9bfbc7e98aa5a7b376ba53dccb4;hp=c8a7bc3f6e761a695340f6727f57f1689bb942bf;hpb=8112056eecede587bf884f56629858c8b21bdbec;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);