summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sound-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/sound-file.h')
-rw-r--r--src/pulsecore/sound-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sound-file.h b/src/pulsecore/sound-file.h
index 0b81d97e..7e3c82ea 100644
--- a/src/pulsecore/sound-file.h
+++ b/src/pulsecore/sound-file.h
@@ -26,7 +26,7 @@
#include <pulse/channelmap.h>
#include <pulsecore/memchunk.h>
-int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_memblock_stat *s);
+int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk);
int pa_sound_file_too_big_to_cache(const char *fname);