summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/mcalign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/mcalign.h')
-rw-r--r--src/pulsecore/mcalign.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/mcalign.h b/src/pulsecore/mcalign.h
index 6ff8f94e..6c8b8d5f 100644
--- a/src/pulsecore/mcalign.h
+++ b/src/pulsecore/mcalign.h
@@ -79,4 +79,7 @@ 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);
+/* Flush what's still stored in the aligner */
+void pa_mcalign_flush(pa_mcalign *m);
+
#endif