mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
set variable changes
This commit is contained in:
parent
936e4ca288
commit
d673a72705
5 changed files with 75 additions and 39 deletions
|
@ -13,5 +13,7 @@ void list_add(list_t *list, void *item);
|
|||
void list_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
|
||||
void list_sort(list_t *list, int compare(const void *left, const void *right));
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue