summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-30 19:22:34 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-30 19:22:34 +0200
commit20f5ff02e455580c6e7129479f3328787b3333ff (patch)
treec966c48519d788c445903f3240dcf87f450853ca /include
parent4a6f90f69c15bb4d99bbbae50e9c9e267dc9b244 (diff)
refactoring (in progress, tbf)
Change-Id: I7461983aa3177f8ae54ca72761d916e646888fca 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 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);