api-v3: First draft
[src/app-framework-binder.git] / src / afb-msg-json.h
index e18ca0a..ee3ed20 100644 (file)
@@ -21,9 +21,7 @@ struct json_object;
 struct afb_context;
 struct afb_arg;
 
-extern struct json_object *afb_msg_json_reply(const char *status, const char *info, struct json_object *resp, struct afb_context *context, const char *reqid);
-extern struct json_object *afb_msg_json_reply_ok(const char *info, struct json_object *resp, struct afb_context *context, const char *reqid);
-extern struct json_object *afb_msg_json_reply_error(const char *status, const char *info, struct afb_context *context, const char *reqid);
+extern struct json_object *afb_msg_json_reply(struct json_object *resp, const char *status, const char *info, struct afb_context *context);
 
 extern struct json_object *afb_msg_json_event(const char *event, struct json_object *object);