summaryrefslogtreecommitdiffstats
path: root/polyp/memblockq.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/memblockq.h')
-rw-r--r--polyp/memblockq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/memblockq.h b/polyp/memblockq.h
index 277beb55..16b51d7a 100644
--- a/polyp/memblockq.h
+++ b/polyp/memblockq.h
@@ -89,4 +89,7 @@ void pa_memblockq_seek(struct pa_memblockq *bq, size_t delta);
/* Flush the queue */
void pa_memblockq_flush(struct pa_memblockq *bq);
+/* Get Target length */
+uint32_t pa_memblockq_get_tlength(struct pa_memblockq *bq);
+
#endif