aboutsummaryrefslogtreecommitdiffstats
path: root/include/stringop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stringop.h')
-rw-r--r--include/stringop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stringop.h b/include/stringop.h
index 215f7916..d1bfa29d 100644
--- a/include/stringop.h
+++ b/include/stringop.h
@@ -17,7 +17,7 @@ char *lenient_strncat(char *dest, const char *src, size_t len);
17// strcmp that also handles null pointers. 17// strcmp that also handles null pointers.
18int lenient_strcmp(char *a, char *b); 18int lenient_strcmp(char *a, char *b);
19 19
20// Simply split a string with delims, free with `free_flat_list` 20// Simply split a string with delims, free with `list_free_items_and_destroy`
21list_t *split_string(const char *str, const char *delims); 21list_t *split_string(const char *str, const char *delims);
22 22
23// Splits an argument string, keeping quotes intact 23// Splits an argument string, keeping quotes intact