summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memchunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/memchunk.h')
-rw-r--r--src/pulsecore/memchunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memchunk.h b/src/pulsecore/memchunk.h
index 1b26c2e6..b8ce6249 100644
--- a/src/pulsecore/memchunk.h
+++ b/src/pulsecore/memchunk.h
@@ -36,7 +36,7 @@ typedef struct pa_memchunk {
/* Make a memchunk writable, i.e. make sure that the caller may have
* exclusive access to the memblock and it is not read_only. If needed
* the memblock in the structure is replaced by a copy. */
-void pa_memchunk_make_writable(pa_memchunk *c, pa_memblock_stat *s, size_t min);
+void pa_memchunk_make_writable(pa_memchunk *c, size_t min);
/* Invalidate a memchunk. This does not free the cotaining memblock,
* but sets all members to zero. */