From e381dd9e4d6e4f518af49e244ad03ed093200938 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Aug 2007 23:24:05 +0000 Subject: 64 bit fixes and minor gcc shut ups git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1656 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/asyncq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/asyncq.h') 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); -- cgit