summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/prioq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/prioq.h')
-rw-r--r--src/pulsecore/prioq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/prioq.h b/src/pulsecore/prioq.h
index 85a6627c..fd3550b7 100644
--- a/src/pulsecore/prioq.h
+++ b/src/pulsecore/prioq.h
@@ -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);