summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/asyncq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/asyncq.h')
-rw-r--r--src/pulsecore/asyncq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/asyncq.h b/src/pulsecore/asyncq.h
index 729ec466..53d45866 100644
--- a/src/pulsecore/asyncq.h
+++ b/src/pulsecore/asyncq.h
@@ -43,7 +43,7 @@
typedef struct pa_asyncq pa_asyncq;
-pa_asyncq* pa_asyncq_new(size_t size);
+pa_asyncq* pa_asyncq_new(unsigned size);
void pa_asyncq_free(pa_asyncq* q, pa_free_cb_t free_cb);
void* pa_asyncq_pop(pa_asyncq *q, int wait);