summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);