From 20f5ff02e455580c6e7129479f3328787b3333ff Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 30 Mar 2016 19:22:34 +0200 Subject: refactoring (in progress, tbf) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7461983aa3177f8ae54ca72761d916e646888fca Signed-off-by: José Bollo --- include/proto-def.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/proto-def.h') 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); -- cgit 1.2.3-korg