mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-08 13:30:03 -05:00
Lot of cleanings with the help of gcc3
This commit is contained in:
parent
ce8275b943
commit
5b50ec848a
59 changed files with 669 additions and 667 deletions
|
|
@ -35,6 +35,7 @@ void bag_free(bag_t *bag);
|
|||
int bag_add(bag_t *bag, void *ptr);
|
||||
int bag_del(bag_t *bag, void *ptr);
|
||||
int bag_empty(bag_t *bag);
|
||||
void bag_del_all(bag_t *bag);
|
||||
|
||||
typedef struct list_head *bag_iterator_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue