X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-monitor.h;h=bb5a7b5d7a6d3a06771b202ec2332917288863b0;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=1f3c1446f1a5caaf3603a9d054d1e0f32a300a9e;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/afb-monitor.h b/src/afb-monitor.h index 1f3c1446..bb5a7b5d 100644 --- a/src/afb-monitor.h +++ b/src/afb-monitor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,4 +18,6 @@ #pragma once -extern int afb_monitor_init(); +struct afb_apiset; + +extern int afb_monitor_init(struct afb_apiset *declare_set, struct afb_apiset *call_set);