diff options
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strv.h b/strv.h index 03bbb8e..1718711 100644 --- a/strv.h +++ b/strv.h @@ -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 |