aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_binding.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r--ucs2-afb/ucs_binding.h8
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 */