diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-16 20:38:03 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-16 20:38:49 +0100 |
commit | 241a06586b3602962874e6d2ac09e258ad6173d2 (patch) | |
tree | 20aab5fb5c5efa3516b9579256fc0652a83475af /include | |
parent | 785a37416c58fb6f86d3d89cbff240ce9f2d7e74 (diff) |
Initial Audio plugin
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r-- | include/proto-def.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/proto-def.h b/include/proto-def.h index fc3a9cfa..4241b4b9 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -34,10 +34,9 @@ void initPlugins (AFB_session *session); typedef AFB_plugin* (*AFB_pluginCB)(); PUBLIC AFB_plugin* tokenRegister (); -PUBLIC AFB_plugin* dbusRegister (); -PUBLIC AFB_plugin* alsaRegister (); -PUBLIC AFB_plugin* radioRegister (); +PUBLIC AFB_plugin* audioRegister (); PUBLIC AFB_plugin* helloWorldRegister (); +PUBLIC AFB_plugin* radioRegister (); // Session handling PUBLIC AFB_error sessionCheckdir (AFB_session *session); |