mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
llist: add PA_LLIST_FOREACH
This commit is contained in:
parent
8fbf6269b3
commit
12065f326a
1 changed files with 3 additions and 0 deletions
|
|
@ -104,4 +104,7 @@
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#define PA_LLIST_FOREACH(i,head) \
|
||||
for (i = (head); i; i = i->next)
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue