aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-29 16:41:36 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-29 16:41:36 +0200
commitacdf592fee6d7f1970e42e31c23c2a88196051aa (patch)
tree34a526d1f7c1a530d085a3b9c54052c860326bd4 /include
parent4d603302535155ffe71208e86de14c7abc4e775d (diff)
splitting rest-api in two parts
Change-Id: I6c1982660d60c5496b5ea0cd50fb8274e2eaf703 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/proto-def.h4
1 files changed, 0 insertions, 4 deletions
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);