afb-supervision: Remove dependency to external
[src/app-framework-binder.git] / src / afb-supervision.h
index 5ffd432..0acf7f6 100644 (file)
@@ -18,4 +18,7 @@
 
 #pragma once
 
-extern int afb_supervision_init();
+struct afb_apiset;
+struct afb_config;
+
+extern int afb_supervision_init(struct afb_apiset *apiset, struct afb_config *config);