summary refs log tree commit diff
path: root/strv.h
diff options
context:
space:
mode:
authorwrmr2024-11-08 23:25:03 -0500
committerwrmr2024-11-08 23:25:03 -0500
commit012ed5bd6455ce291741ad540a5e356e4810133b (patch)
tree32bfb5425b1f1a899c497ce817b44111dcd0ff54 /strv.h
parent6050dcdd3669b7102f35a226a6a3ee485c7b703a (diff)
use strv_t for doc_add_text, remove doc_add_textn, add strv()
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