X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fsession%2Ftoken-api.c;h=3b49d2e494f1e79f64ad1baa1b46470cde3f2519;hb=662faf40f0c11536afcaa7e2ff0969f247ae4965;hp=75883d3eeed422475e091f48ee91c30f7a776a4d;hpb=f4df9160115470439d1820409126694d138cd7be;p=src%2Fapp-framework-binder.git diff --git a/plugins/session/token-api.c b/plugins/session/token-api.c index 75883d3e..3b49d2e4 100644 --- a/plugins/session/token-api.c +++ b/plugins/session/token-api.c @@ -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";