X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-msg-json.h;h=ee3ed20c5f0cef5e68972bfccce1fc71473c5939;hb=9c2e6e45d4c9745c4702ac1992a0cb086e99fb0b;hp=e18ca0a9130a16af51885d7afbc543001f007cb3;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index e18ca0a9..ee3ed20c 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -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);