diff options
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); |