From 41c462374fb25fae29f3b4a28eb99fdb639e8547 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Wed, 16 Dec 2015 17:12:04 +0100 Subject: Fix plugins loading, cleanup and dispatch Radio API code Signed-off-by: Manuel Bachmann --- include/proto-def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/proto-def.h b/include/proto-def.h index d8001142..fc3a9cfa 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -33,10 +33,11 @@ PUBLIC int doRestApi(struct MHD_Connection *connection, AFB_session *session, co void initPlugins (AFB_session *session); typedef AFB_plugin* (*AFB_pluginCB)(); -PUBLIC AFB_plugin* afsvRegister (); +PUBLIC AFB_plugin* tokenRegister (); PUBLIC AFB_plugin* dbusRegister (); PUBLIC AFB_plugin* alsaRegister (); -PUBLIC AFB_plugin* radioRegister (AFB_session *session); +PUBLIC AFB_plugin* radioRegister (); +PUBLIC AFB_plugin* helloWorldRegister (); // Session handling PUBLIC AFB_error sessionCheckdir (AFB_session *session); -- cgit 1.2.3-korg