mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
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
This commit is contained in:
parent
5e96d5da78
commit
e381dd9e4d
8 changed files with 10 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue