X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-msg-json.h;h=59827bed463e807c0242e465e61b24eff569158f;hb=c94e1ef88adc641ebbab57377b97f8a7b6a70d1b;hp=53ab086129ec052fc79c5ee053f479db3d238abe;hpb=b57505f0f80f6394f04a041df6e808c857b01d4b;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index 53ab0861..59827bed 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -19,6 +19,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); @@ -26,3 +27,5 @@ 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); +