mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
list.c: rename free_flat_list to list_free_items_and_destroy
This commit is contained in:
parent
c8776fac42
commit
98c1e19466
12 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue