X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fproto-def.h;h=937d6930ce0886ff3e4ae23e78cc3fa00bf788d5;hb=98f5843474dcec55827279b6f42007341c171ae0;hp=315cecfafcb00429c08e64ce7f2e0ced3c77a667;hpb=03bebc12f0fd5006a72e430084146a36d2db7c8d;p=src%2Fapp-framework-binder.git diff --git a/include/proto-def.h b/include/proto-def.h index 315cecfa..937d6930 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -34,11 +34,7 @@ PUBLIC AFB_PostHandle* getPostHandle (AFB_request *request); void initPlugins (AFB_session *session); typedef AFB_plugin* (*AFB_pluginCB)(); -PUBLIC AFB_plugin* tokenRegister (); -PUBLIC AFB_plugin* audioRegister (); -PUBLIC AFB_plugin* helloWorldRegister (); -PUBLIC AFB_plugin* radioRegister (); -PUBLIC AFB_plugin* samplePostRegister (); +PUBLIC AFB_plugin* pluginRegister (); // Session handling PUBLIC AFB_error sessionCheckdir (AFB_session *session);