X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apiset.h;h=f5e40332bfb9b3d2a4d673a72f45bd444540de76;hb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;hp=5aacecc65d8b1780950510f8a922d3d6f0c5c7fd;hpb=bebb8fa967f3b71b609119b293d2869d56036586;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apiset.h b/src/afb-apiset.h index 5aacecc6..f5e40332 100644 --- a/src/afb-apiset.h +++ b/src/afb-apiset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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);