X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fproto-def.h;h=4241b4b96959bffad3f2ea4f99c782a8a0f74adf;hb=61354a55ac2abd9e83e1f869cdb735654d6eb74a;hp=1a3145f5ae2e6062c6c710921c71206d904267a7;hpb=a644a48c2dfdc4ba5129aa3b85a21aadc429f65d;p=src%2Fapp-framework-binder.git diff --git a/include/proto-def.h b/include/proto-def.h index 1a3145f5..4241b4b9 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -33,10 +33,10 @@ 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* dbusRegister (); -PUBLIC AFB_plugin* alsaRegister (); -PUBLIC AFB_plugin* radioRegister (AFB_session *session); +PUBLIC AFB_plugin* tokenRegister (); +PUBLIC AFB_plugin* audioRegister (); +PUBLIC AFB_plugin* helloWorldRegister (); +PUBLIC AFB_plugin* radioRegister (); // Session handling PUBLIC AFB_error sessionCheckdir (AFB_session *session); @@ -49,6 +49,7 @@ PUBLIC AFB_error ctxTokenCreate (AFB_request *request); PUBLIC AFB_error ctxTokenCheck (AFB_request *request); PUBLIC AFB_error ctxTokenReset (AFB_request *request); PUBLIC AFB_error ctxClientGet (AFB_request *request, AFB_plugin *plugin); +PUBLIC void ctxStoreInit (int);