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, 1 insertions, 1 deletions
diff --git a/gisi/iter.h b/gisi/iter.h
index c769c050..7a854172 100644
--- a/gisi/iter.h
+++ b/gisi/iter.h
@@ -38,7 +38,7 @@ struct _GIsiSubBlockIter {
};
typedef struct _GIsiSubBlockIter GIsiSubBlockIter;
-bool g_isi_sb_iter_init(const void restrict *data, size_t len,
+bool g_isi_sb_iter_init(const void *restrict data, size_t len,
GIsiSubBlockIter *iter, bool longhdr);
bool g_isi_sb_iter_is_valid(GIsiSubBlockIter *iter);
bool g_isi_sb_iter_next(GIsiSubBlockIter *iter);