mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04: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
|
|
@ -31,5 +31,5 @@ void list_move_to_end(list_t *list, void *item);
|
|||
* Do not use this to free lists of primitives or items that require more
|
||||
* complicated deallocation code.
|
||||
*/
|
||||
void free_flat_list(list_t *list);
|
||||
void list_free_items_and_destroy(list_t *list);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue