X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.h;h=0acf7f6ea500b766b6753d9e4053d1093dac9aed;hb=refs%2Ftags%2Fflounder_5.99.2;hp=70f8a128eb13e71308e923fc11220df24dca1a83;hpb=b8c9d5de384efcfa53ebdb3f0053d7b3723777e1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.h b/src/afb-supervision.h index 70f8a128..0acf7f6e 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 afb_config; + +extern int afb_supervision_init(struct afb_apiset *apiset, struct afb_config *config);