From: José Bollo Date: Fri, 13 Jul 2018 17:13:52 +0000 (+0200) Subject: afb-binding: Add missing declarations X-Git-Tag: 5.99.2~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=9e48bceefbfd96f75cd32a3873a4002c8440a451 afb-binding: Add missing declarations The functions afb_api_set_verbs_v3 and afb_api_delete_api were missing. Change-Id: Icab928984dd6620b8b3920d0406aeb3cb35c9428 Signed-off-by: José Bollo --- diff --git a/include/afb/afb-binding-predefs.h b/include/afb/afb-binding-predefs.h index 665771e6..5a3d048a 100644 --- a/include/afb/afb-binding-predefs.h +++ b/include/afb/afb-binding-predefs.h @@ -318,7 +318,9 @@ #define afb_api_x3_call_legacy afb_api_call_legacy #define afb_api_x3_call_sync_legacy afb_api_call_sync_legacy #define afb_api_x3_new_api afb_api_new_api +#define afb_api_x3_delete_api afb_api_delete_api #define afb_api_x3_set_verbs_v2 afb_api_set_verbs_v2 +#define afb_api_x3_set_verbs_v3 afb_api_set_verbs_v3 #define afb_api_x3_add_verb afb_api_add_verb #define afb_api_x3_del_verb afb_api_del_verb #define afb_api_x3_on_event afb_api_on_event