mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Remove list_arbitrary_insert
This commit is contained in:
parent
51fa9de688
commit
382cd18367
2 changed files with 0 additions and 13 deletions
|
|
@ -12,7 +12,6 @@ void list_free(list_t *list);
|
|||
void list_foreach(list_t *list, void (*callback)(void* item));
|
||||
void list_add(list_t *list, void *item);
|
||||
void list_insert(list_t *list, int index, void *item);
|
||||
void list_arbitrary_insert(list_t *list, int index, void *item);
|
||||
void list_del(list_t *list, int index);
|
||||
void list_cat(list_t *list, list_t *source);
|
||||
// See qsort. Remember to use *_qsort functions as compare functions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue