Change all UNICENS words to upper case
[apps/agl-service-unicens.git] / ucs2-afb / ucs_binding.h
index 4265762..d909d41 100644 (file)
@@ -44,9 +44,8 @@ extern struct afb_service afbSrv;
 
 // API verbs prototype
 PUBLIC void ucs2_configure (struct afb_req request);
-PUBLIC void ucs2_volume    (struct afb_req request);
-PUBLIC void ucs2_monitor   (struct afb_req request);
-
+PUBLIC void ucs2_subscribe (struct afb_req request);
+PUBLIC void ucs2_writei2c  (struct afb_req request);
 
 #endif /* UCS2BINDING_H */