From 9c9253cd9106e656195aba6f0cadb29f6a940fe1 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 23 Mar 2016 16:05:22 +0100 Subject: several improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id21bd735b7e1e24993ae93bc9f3634c0298d6f12 Signed-off-by: José Bollo --- include/proto-def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 -- cgit 1.2.3-korg