diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-12-09 01:15:23 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-12-09 01:15:23 +0000 |
| commit | 00560ef4351c7957ba975b5406221a2b00862704 (patch) | |
| tree | b47ccc174669786e3a1df9569046886c23003a45 /include/stringop.h | |
| parent | 850ad475bab0657dab088df1feeb595a8b9b94d6 (diff) | |
list.c: rename free_flat_list to list_free_items_and_destroy
Diffstat (limited to 'include/stringop.h')
| -rw-r--r-- | include/stringop.h | 2 |
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); // strcmp that also handles null pointers. int lenient_strcmp(char *a, char *b); -// Simply split a string with delims, free with `free_flat_list` +// Simply split a string with delims, free with `list_free_items_and_destroy` list_t *split_string(const char *str, const char *delims); // Splits an argument string, keeping quotes intact |
