X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-monitor.h;h=f498533693020a3ed7d8564b19e2f26a66173524;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=1f3c1446f1a5caaf3603a9d054d1e0f32a300a9e;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/afb-monitor.h b/src/afb-monitor.h index 1f3c1446..f4985336 100644 --- a/src/afb-monitor.h +++ b/src/afb-monitor.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,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);