X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-monitor.h;h=bb5a7b5d7a6d3a06771b202ec2332917288863b0;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=d8827b991eff3d39ba8b3fef9fac071d94b2c006;hpb=1164734afd826ca8cef0a624aa4f4c59ecb1e228;p=src%2Fapp-framework-binder.git diff --git a/src/afb-monitor.h b/src/afb-monitor.h index d8827b99..bb5a7b5d 100644 --- a/src/afb-monitor.h +++ b/src/afb-monitor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "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);