summaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_binding.h
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-07-20 22:10:58 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-07-20 22:10:58 +0200
commit01a3f74a836d769f7af9bb2dc4fa631b07b881fb (patch)
treea5ac67035e3031a9d0dd2e12efd92fddf1e7a559 /ucs2-afb/ucs_binding.h
parent359083b3a1852e0993dd657d74354955ef25ee44 (diff)
Initial API-V2 ajusted HTML page to fit new commands names
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r--ucs2-afb/ucs_binding.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h
index 082f6cc..4265762 100644
--- a/ucs2-afb/ucs_binding.h
+++ b/ucs2-afb/ucs_binding.h
@@ -43,8 +43,9 @@ extern const struct afb_binding_interface *afbIface;
extern struct afb_service afbSrv;
// API verbs prototype
-PUBLIC void ucs2Configure (struct afb_req request);
-PUBLIC void ucs2SetVol (struct afb_req request);
+PUBLIC void ucs2_configure (struct afb_req request);
+PUBLIC void ucs2_volume (struct afb_req request);
+PUBLIC void ucs2_monitor (struct afb_req request);
#endif /* UCS2BINDING_H */