summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/prioq.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-27 16:31:56 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-27 16:31:56 +0200
commit87971c8707cf84e0f386b5fe5329c8aff155e629 (patch)
treec71478cbcd9ec8623c91a5ada896c0cdb00f375c /src/pulsecore/prioq.h
parent9adf7c56b8a17deed9bb980275226143f594099c (diff)
fix compilation errors in priority queue code
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);