X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-supervision.h;h=2ee1ba94fbf57a3b14a73cdab15b2514ff3a63fc;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=70f8a128eb13e71308e923fc11220df24dca1a83;hpb=b8c9d5de384efcfa53ebdb3f0053d7b3723777e1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.h b/src/afb-supervision.h index 70f8a128..2ee1ba94 100644 --- a/src/afb-supervision.h +++ b/src/afb-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,4 +18,7 @@ #pragma once -extern int afb_supervision_init(); +struct afb_apiset; +struct json_object; + +extern int afb_supervision_init(struct afb_apiset *apiset, struct json_object *config);