summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-02-27 08:57:41 +0000
committerPierre Ossman <ossman@cendio.se>2006-02-27 08:57:41 +0000
commite37f008a033a61feb0bc5a03d051a4ca3babf382 (patch)
treebeae7c098b56f8a9ee1b8483765c9c721a2fbc8c /src
parent0c65922d3933d310f81e3f73b354e610d8e3cdf1 (diff)
Function prototype didn't match actual definition.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@609 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/polypcore/memblockq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/memblockq.h b/src/polypcore/memblockq.h
index 210f1a07..302a5366 100644
--- a/src/polypcore/memblockq.h
+++ b/src/polypcore/memblockq.h
@@ -112,7 +112,7 @@ void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek);
void pa_memblockq_flush(pa_memblockq *bq);
/* Get Target length */
-uint32_t pa_memblockq_get_tlength(pa_memblockq *bq);
+size_t pa_memblockq_get_tlength(pa_memblockq *bq);
/* Return the current read index */
int64_t pa_memblockq_get_read_index(pa_memblockq *bq);