diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 16:05:22 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 16:05:22 +0100 |
commit | 9c9253cd9106e656195aba6f0cadb29f6a940fe1 (patch) | |
tree | 92ae38b851e4b63a64c3bb2b6ed4ad03c5138c92 /include/proto-def.h | |
parent | bcc7f5e4fc170c7feaad561d13e3fb6b4e6dd798 (diff) |
several improvements
Change-Id: Id21bd735b7e1e24993ae93bc9f3634c0298d6f12
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/proto-def.h')
-rw-r--r-- | include/proto-def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/proto-def.h b/include/proto-def.h index ea939aa6..3650fce7 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -20,7 +20,6 @@ */ // helper-api -extern json_object* getPingTest(AFB_request *request); extern const char* getQueryValue (const AFB_request * request, const char *name); extern int getQueryAll(AFB_request * request, char *query, size_t len); extern AFB_PostHandle* getPostHandle (AFB_request *request); @@ -34,8 +33,6 @@ extern json_object *jsonNewjtype (void); extern json_object *jsonNewMessage (AFB_error level, char* format, ...); extern void jsonDumpObject (json_object * jObject); -extern char *configTime (void); - // rest-api extern void endPostRequest(AFB_PostHandle *posthandle); extern int doRestApi(struct MHD_Connection *connection, AFB_session *session, const char* url, const char *method |