summaryrefslogtreecommitdiffstats
path: root/gisi/iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/iter.h')
-rw-r--r--gisi/iter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gisi/iter.h b/gisi/iter.h
index 74ec5932..43814a0b 100644
--- a/gisi/iter.h
+++ b/gisi/iter.h
@@ -64,6 +64,8 @@ gboolean g_isi_sb_iter_get_alpha_tag(const GIsiSubBlockIter *restrict iter,
char **utf8, size_t len, unsigned pos);
gboolean g_isi_sb_iter_get_latin_tag(const GIsiSubBlockIter *restrict iter,
char **ascii, size_t len, unsigned pos);
+gboolean g_isi_sb_iter_get_struct(const GIsiSubBlockIter *restrict iter,
+ void **ptr, size_t len, unsigned pos);
#ifdef __cplusplus
}