X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-msg-json.h;h=1ad005cf366126c5e93ed1f8bf3f00641b4778cb;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=ee3ed20c5f0cef5e68972bfccce1fc71473c5939;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index ee3ed20c..1ad005cf 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,4 +25,3 @@ extern struct json_object *afb_msg_json_reply(struct json_object *resp, const ch extern struct json_object *afb_msg_json_event(const char *event, struct json_object *object); -extern struct json_object *afb_msg_json_internal_error();