coverage: Improve coverage test
[src/app-framework-binder.git] / src / afb-apiset.h
index 5aacecc..1a115fb 100644 (file)
@@ -38,7 +38,7 @@ extern void afb_apiset_onlack_set(
                void *closure,
                void (*cleanup)(void*closure));
 
-extern void afb_apiset_subset_set(struct afb_apiset *set, struct afb_apiset *subset);
+extern int afb_apiset_subset_set(struct afb_apiset *set, struct afb_apiset *subset);
 extern struct afb_apiset *afb_apiset_subset_get(struct afb_apiset *set);
 
 extern int afb_apiset_add(struct afb_apiset *set, const char *name, struct afb_api_item api);