X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-msg-json.h;fp=src%2Fafb-msg-json.h;h=b2f75f2d33babdc147412c15d245b08987495076;hb=d3c80685ed6067f4899635c0328bbd8b70a2ed90;hp=0434e209f1893ebe36358ebd8ac264f758e98baf;hpb=16899582de97ffa492768e5d96cec813f44417ea;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index 0434e209..b2f75f2d 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -27,6 +27,4 @@ extern struct json_object *afb_msg_json_reply_error(const char *status, const ch extern struct json_object *afb_msg_json_event(const char *event, struct json_object *object); -extern struct afb_arg afb_msg_json_get_arg(struct json_object *object, const char *name); - extern struct json_object *afb_msg_json_internal_error();