summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sound-file.h')
-rw-r--r--polyp/sound-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/sound-file.h b/polyp/sound-file.h
index 3a6fa415..62a4a371 100644
--- a/polyp/sound-file.h
+++ b/polyp/sound-file.h
@@ -4,6 +4,6 @@
#include "memchunk.h"
#include "sample.h"
-int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk);
+int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk, struct pa_memblock_stat *s);
#endif