X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Fproto-def.h;h=0db8abb1ac81cce94f097a6a7d4016f06bfb4e62;hb=20f5ff02e455580c6e7129479f3328787b3333ff;hp=21e03035209ae34961d924a0c7f671e2a573c7a3;hpb=4a6f90f69c15bb4d99bbbae50e9c9e267dc9b244;p=src%2Fapp-framework-binder.git 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);