summaryrefslogtreecommitdiffstats
path: root/src/memblockq.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-16 00:05:30 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-16 00:05:30 +0000
commit4b86ff0e6cfea2c34be71ebe1102eb307bd5dc0b (patch)
tree3f4e164f9b1c72464c647b9369fc98e127494514 /src/memblockq.h
parenta8f788111cb0b18ca3517a51657881d5ffcfabae (diff)
got mmap oss output working
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@20 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/memblockq.h')
-rw-r--r--src/memblockq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memblockq.h b/src/memblockq.h
index 25c2f2d4..9543b40a 100644
--- a/src/memblockq.h
+++ b/src/memblockq.h
@@ -22,5 +22,6 @@ void memblockq_empty(struct memblockq *bq);
int memblockq_is_readable(struct memblockq *bq);
int memblockq_is_writable(struct memblockq *bq, size_t length);
+uint32_t memblockq_get_latency(struct memblockq *bq);
#endif