summary refs log tree commit diff
path: root/strv.h
diff options
context:
space:
mode:
Diffstat (limited to 'strv.h')
-rw-r--r--strv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/strv.h b/strv.h
index 553a39c..03bbb8e 100644
--- a/strv.h
+++ b/strv.h
@@ -8,6 +8,7 @@ typedef struct {
 	size_t n;
 } strv_t;
 
+strv_t strv(const char *s);
 strv_t strv_head(strv_t ss, int chr, size_t *i);
 
 #endif