X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fproto-def.h;h=e96b0229c0256a6011614878b38838927563bc51;hb=acdf592fee6d7f1970e42e31c23c2a88196051aa;hp=877fafe9da8c50349a7ae8bf8e1589a9f12f262d;hpb=4d603302535155ffe71208e86de14c7abc4e775d;p=src%2Fapp-framework-binder.git diff --git a/include/proto-def.h b/include/proto-def.h index 877fafe9..e96b0229 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -38,10 +38,6 @@ extern void endPostRequest(AFB_PostHandle *posthandle); extern int doRestApi(struct MHD_Connection *connection, AFB_session *session, const char* url, const char *method , const char *upload_data, size_t *upload_data_size, void **con_cls); -extern void initPlugins (AFB_session *session); - -extern AFB_plugin* pluginRegister (); - // Session handling #if defined(ALLOWS_SESSION_FILES) extern AFB_error sessionCheckdir (AFB_session *session);