X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-msg-json.h;h=b2f75f2d33babdc147412c15d245b08987495076;hb=7b42076a77b81e205ecc704c3bb7538716567487;hp=59827bed463e807c0242e465e61b24eff569158f;hpb=b69290c369ba67ee804bc5a0a440210c0e5d37a3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index 59827bed..b2f75f2d 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -27,5 +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();