X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.h;h=7e2f0f9b870b890eb98446a1451393d20361596f;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=5ffd432e3c19757b700174b061da1f105cb6bf3a;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.h b/src/afb-supervision.h index 5ffd432e..7e2f0f9b 100644 --- a/src/afb-supervision.h +++ b/src/afb-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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);