summaryrefslogtreecommitdiffstats
path: root/src/polypcore/mcalign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/mcalign.h')
-rw-r--r--src/polypcore/mcalign.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/polypcore/mcalign.h b/src/polypcore/mcalign.h
index a9107e0e..58019462 100644
--- a/src/polypcore/mcalign.h
+++ b/src/polypcore/mcalign.h
@@ -74,4 +74,7 @@ void pa_mcalign_push(pa_mcalign *m, const pa_memchunk *c);
* nonzero otherwise. */
int pa_mcalign_pop(pa_mcalign *m, pa_memchunk *c);
+/* If we pass l bytes in now, how many bytes would we get out? */
+size_t pa_mcalign_csize(pa_mcalign *m, size_t l);
+
#endif