From 241a06586b3602962874e6d2ac09e258ad6173d2 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Wed, 16 Dec 2015 20:38:03 +0100 Subject: Initial Audio plugin Signed-off-by: Manuel Bachmann --- include/proto-def.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') 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); -- cgit 1.2.3-korg