aboutsummaryrefslogtreecommitdiffstats
path: root/include/proto-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto-def.h')
-rw-r--r--include/proto-def.h3
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