Update copyright dates
[src/app-framework-binder.git] / src / afs-supervisor.h
index aeae6c7..6660628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * 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);