]> code.delx.au - pulseaudio/blobdiff - src/memblockq.h
main part of the native protocol
[pulseaudio] / src / memblockq.h
index 0a68ddaff4453f94c3261085afbe5dbcfa1ce6ee..a681ff080d8fcb3d0682b153a6d383962e2cbdd0 100644 (file)
@@ -25,4 +25,6 @@ int memblockq_is_writable(struct memblockq *bq, size_t length);
 uint32_t memblockq_get_delay(struct memblockq *bq);
 uint32_t memblockq_get_length(struct memblockq *bq);
 
+uint32_t memblockq_missing_to(struct memblockq *bq, size_t qlen);
+
 #endif