summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index e50ba931..330ae34f 100644
--- a/lib.h
+++ b/lib.h
@@ -397,6 +397,7 @@ typedef struct seq_iter {
cnum len;
val vbound;
cnum cbound;
+ val next;
} ul;
int (*get)(struct seq_iter *, val *pval);
int (*peek)(struct seq_iter *, val *pval);