diff options
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ typedef struct { } strv_t; strv_t strv(const char *s); -strv_t strv_head(strv_t ss, int chr, size_t *i); +int strv_split(strv_t *src, int chr, strv_t *dest); #endif |