X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.h;h=a7c0f1e1a62c36c45272ddba49deeb26785dbe47;hb=037157919df0a7ee90837037748a6456431e6469;hp=70f8a128eb13e71308e923fc11220df24dca1a83;hpb=b8c9d5de384efcfa53ebdb3f0053d7b3723777e1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.h b/src/afb-supervision.h index 70f8a128..a7c0f1e1 100644 --- a/src/afb-supervision.h +++ b/src/afb-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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);