X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-export.h;h=8016c6fc0667bbeb54fcb5f47d78dac79107484b;hb=aab152c28e471cff7c35361a417e3d82850bbcc2;hp=96ccb938913e7e47330f819ddd783096a8591f68;hpb=770ca7e254bba07bb7d1ade4fa95afed7a7f7693;p=src%2Fapp-framework-binder.git diff --git a/src/afb-export.h b/src/afb-export.h index 96ccb938..8016c6fc 100644 --- a/src/afb-export.h +++ b/src/afb-export.h @@ -34,6 +34,7 @@ extern void afb_export_update_hook(struct afb_export *export); extern int afb_export_unshare_session(struct afb_export *export); extern void afb_export_set_apiset(struct afb_export *export, struct afb_apiset *apiset); +extern struct afb_apiset *afb_export_get_apiset(struct afb_export *export); extern int afb_export_is_started(const struct afb_export *export); extern struct afb_binding_v1 *afb_export_register_v1(struct afb_export *export, struct afb_binding_v1 *(*regfun)(const struct afb_binding_interface_v1*));