summary refs log tree commit diff
path: root/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'str.h')
-rw-r--r--str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/str.h b/str.h
index fe56d98..a078cfd 100644
--- a/str.h
+++ b/str.h
@@ -11,6 +11,7 @@ typedef struct {
 } strv_t;
 
 strv_t strv(const char *s);
+char strv_next(strv_t *s);
 int strv_split(strv_t *src, int chr, strv_t *dest);
 
 /* strings */