diff options
author | tjahnk <tjahnk@users.noreply.github.com> | 2017-08-03 16:55:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 16:55:45 +0200 |
commit | 01475efcf23f47c13f44b057e42decb916117d67 (patch) | |
tree | 7e48967a3b2587cbb898173ba4da49fc0cdb6a50 /ucs2-afb/ucs_binding.h | |
parent | c69b4176bc56eef84a78e9160ba7516b8c7cc9d7 (diff) | |
parent | e9aa8f0519f75d8dc1d698e11596c4720cd977e5 (diff) |
Merge pull request #18 from tjahnk/basic_events
Introduced basic event handling, adds subscribe function and node-availability event
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r-- | ucs2-afb/ucs_binding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index d77a2f8..24c0b4e 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -44,9 +44,9 @@ 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); +PUBLIC void ucs2_volume (struct afb_req request); #endif /* UCS2BINDING_H */ |