X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apiset.h;h=1a115fbfd457c9d60116939da089a5a4ef38dea0;hb=4772c5626204f6ab0e26b938f49a6719fb10f88d;hp=5aacecc65d8b1780950510f8a922d3d6f0c5c7fd;hpb=4bbad5bf527c8310c1f076a5cdf512d4385f8b76;p=src%2Fapp-framework-binder.git 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);