Fix plugins loading, cleanup and dispatch Radio API code
[src/app-framework-binder.git] / plugins / session / token-api.c
index 75883d3..3b49d2e 100644 (file)
@@ -181,7 +181,7 @@ STATIC  AFB_restapi pluginApis[]= {
   {NULL}
 };
 
-PUBLIC AFB_plugin *afsvRegister () {
+PUBLIC AFB_plugin *tokenRegister () {
     AFB_plugin *plugin = malloc (sizeof (AFB_plugin));
     plugin->type  = AFB_PLUGIN_JSON; 
     plugin->info  = "Application Framework Binder Service";