diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-05 11:24:12 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-10 10:53:48 +0200 |
commit | 9754027e66b3ec8bd399589fc446c28da549f8c8 (patch) | |
tree | 56dbd0414f5ccf16017ff28ed1b2c60175b5e19e /src/mapis.h | |
parent | 5e3651343318d721b1e3346cb98154ad34e73fb0 (diff) |
get rid of afb-definitions
directly use app framework binder api v3
Change-Id: Ifb12568026772b32dad94decd2c32eeab904968d
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'src/mapis.h')
-rw-r--r-- | src/mapis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapis.h b/src/mapis.h index 8e28902..78fd0ba 100644 --- a/src/mapis.h +++ b/src/mapis.h @@ -20,4 +20,4 @@ #include <wrap-json.h> #include <filescan-utils.h> -int MapiConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *mapisJ); +int MapiConfig(afb_api_t apiHandle, CtlSectionT *section, json_object *mapisJ); |