Function prototype didn't match actual definition.
authorPierre Ossman <ossman@cendio.se>
Mon, 27 Feb 2006 08:57:41 +0000 (08:57 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 27 Feb 2006 08:57:41 +0000 (08:57 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@609 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/polypcore/memblockq.h

index 210f1a0..302a536 100644 (file)
@@ -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);