aboutsummaryrefslogtreecommitdiffstats
path: root/common/strlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/strlist.h')
-rw-r--r--common/strlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/strlist.h b/common/strlist.h
index 641ea06cb..bf1ffa903 100644
--- a/common/strlist.h
+++ b/common/strlist.h
@@ -52,6 +52,9 @@ strlist_t append_to_strlist_try (strlist_t *list, const char *string);
strlist_t append_to_strlist2 (strlist_t *list, const char *string,
int is_utf8);
+strlist_t tokenize_to_strlist (strlist_t *list,
+ const char *string, const char *delim);
+
strlist_t strlist_copy (strlist_t list);
strlist_t strlist_prev (strlist_t head, strlist_t node);