summaryrefslogtreecommitdiffstats
path: root/src/afb-export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-export.h')
-rw-r--r--src/afb-export.h1
1 files changed, 1 insertions, 0 deletions
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*));