diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto-def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/proto-def.h b/include/proto-def.h index 21e03035..0db8abb1 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -28,10 +28,6 @@ extern AFB_PostCtx* getPostContext (AFB_request *request); extern char* getPostPath (AFB_request *request); extern json_object *jsonNewMessage (AFB_error level, char* format, ...); -extern json_object *jsonNewStatus (AFB_error level); -extern json_object *jsonNewjtype (void); -extern json_object *jsonNewMessage (AFB_error level, char* format, ...); -extern void jsonDumpObject (json_object * jObject); // rest-api extern void endPostRequest(AFB_PostHandle *posthandle); |