diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-09 16:45:47 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-09 16:45:47 +0200 |
commit | 6043c1ae174905e4bfd06bc5ed89e09c7ef9c7cb (patch) | |
tree | e92e6e2b10b60e91b44c4068d1d60743ca7f8e03 /ucs2-afb/ucs_binding.h | |
parent | 83543cbdc814c5c4cfaf3be5b9772e228ba6c6ec (diff) |
Migration to binding V3
Bug-AGL: SPEC-2744
Change-Id: Icc273b8865ab2e41f99d7feeafd15d4bbcdac494
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r-- | ucs2-afb/ucs_binding.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index e7b1a3c..cd86594 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -42,10 +42,10 @@ extern const struct afb_binding_interface *afbIface; extern struct afb_service afbSrv; // API verbs prototype -PUBLIC int ucs2_initbinding(void); -PUBLIC void ucs2_configure (struct afb_req request); -PUBLIC void ucs2_subscribe (struct afb_req request); -PUBLIC void ucs2_writei2c (struct afb_req request); +PUBLIC int ucs2_initbinding(afb_api_t api); +PUBLIC void ucs2_configure (afb_req_t request); +PUBLIC void ucs2_subscribe (afb_req_t request); +PUBLIC void ucs2_writei2c (afb_req_t request); #endif /* UCS2BINDING_H */ |