X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-binding-postdefs.h;h=dea1eb21249597b2be5c76b6b1dd45b9f4f828ec;hb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;hp=93cd46ef1ec9c87dcc0f9f919ad467d418c2752d;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-binding-postdefs.h b/include/afb/afb-binding-postdefs.h index 93cd46ef..dea1eb21 100644 --- a/include/afb/afb-binding-postdefs.h +++ b/include/afb/afb-binding-postdefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -74,8 +74,11 @@ typedef struct afb_binding_v3 afb_binding_t; typedef struct afb_event_x2 *afb_event_t; typedef struct afb_req_x2 *afb_req_t; typedef struct afb_api_x3 *afb_api_t; +typedef enum afb_req_subcall_flags afb_req_subcall_flags_t; #define afbBindingExport afbBindingV3 +#define afbBindingRoot afbBindingV3root +#define afbBindingEntry afbBindingV3entry /* compatibility with previous versions */