From 6043c1ae174905e4bfd06bc5ed89e09c7ef9c7cb Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 9 Aug 2019 16:45:47 +0200 Subject: Migration to binding V3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-2744 Change-Id: Icc273b8865ab2e41f99d7feeafd15d4bbcdac494 Signed-off-by: José Bollo --- ucs2-afb/ucs_binding.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ucs2-afb/ucs_binding.h') 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 */ -- cgit 1.2.3-korg