X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafs-supervisor.h;h=40e58670bd05b22da9cd6436962c171b16a58966;hb=6f13ad1989875b5a0ce50b24211fd1fba093735f;hp=aeae6c72fa03c586f92f2199c6a4f592f3991e74;hpb=ac7a95223a6314cca6250495ea59c3cf7e46e89e;p=src%2Fapp-framework-binder.git diff --git a/src/afs-supervisor.h b/src/afs-supervisor.h index aeae6c72..40e58670 100644 --- a/src/afs-supervisor.h +++ b/src/afs-supervisor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,5 +19,6 @@ extern int afs_supervisor_discover(); -extern int afs_supervisor_add(struct afb_apiset *apiset); - +extern int afs_supervisor_add( + struct afb_apiset *declare_set, + struct afb_apiset * call_set);