summaryrefslogtreecommitdiff
path: root/include/apimagic/apimagic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apimagic/apimagic.h')
-rw-r--r--include/apimagic/apimagic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h
index f6c1767..81d8036 100644
--- a/include/apimagic/apimagic.h
+++ b/include/apimagic/apimagic.h
@@ -134,6 +134,7 @@ amgc_api int amgc_lang_std_from_string (const char * std);
/* low-level api */
amgc_api int amgc_init_unit_meta (const struct amgc_unit_ctx *, struct amgc_unit_meta *);
+
amgc_api int amgc_get_unit_entities (const struct amgc_unit_ctx *, struct amgc_unit_meta *, struct amgc_unit_entities **);
amgc_api void amgc_free_unit_entities (struct amgc_unit_entities *);