mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
fix compilation errors in priority queue code
This commit is contained in:
parent
9adf7c56b8
commit
87971c8707
2 changed files with 4 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ void* pa_prioq_pop(pa_prioq*q);
|
|||
void* pa_prioq_remove(pa_prioq*q, pa_prioq_item *i);
|
||||
|
||||
/* The priority of an item was modified. Adjustthe queue to that */
|
||||
void pa_prioq_reshuffle(pa_prioq *q, pa_prioq_item *i)
|
||||
void pa_prioq_reshuffle(pa_prioq *q, pa_prioq_item *i);
|
||||
|
||||
/* Return the current number of items in the prioq */
|
||||
unsigned pa_prioq_size(pa_prioq*s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue