X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.h;h=a7c0f1e1a62c36c45272ddba49deeb26785dbe47;hb=refs%2Fheads%2Fsandbox%2Fjohann_cahier%2Fwarnings;hp=0acf7f6ea500b766b6753d9e4053d1093dac9aed;hpb=93d8d6f69399dacbb43c0780ebccc378b4f44880;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.h b/src/afb-supervision.h index 0acf7f6e..a7c0f1e1 100644 --- a/src/afb-supervision.h +++ b/src/afb-supervision.h @@ -19,6 +19,6 @@ #pragma once struct afb_apiset; -struct afb_config; +struct json_object; -extern int afb_supervision_init(struct afb_apiset *apiset, struct afb_config *config); +extern int afb_supervision_init(struct afb_apiset *apiset, struct json_object *config);