diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-05 11:24:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-08 08:07:08 +0000 |
commit | cef21bdaf75d5cfb220e47b355eda3e1304c2803 (patch) | |
tree | af876644f27bbd53dad36179c2edc81d17f9c8f3 /src/mapis.h | |
parent | 02881ee1864b7f5211ffd804e5c9181a30919c66 (diff) |
get rid of afb-definitions
directly use app framework binder api v3
Change-Id: If2587b074ab5215036bce68ff5b42c398512af0d
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); |