summaryrefslogtreecommitdiffstats
path: root/src/afb-apiset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-apiset.h')
-rw-r--r--src/afb-apiset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-apiset.h b/src/afb-apiset.h
index 5aacecc6..1a115fbf 100644
--- a/src/afb-apiset.h
+++ b/src/afb-apiset.h
@@ -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);