remove global memblock statistic variables in favor of memblock_stat objects
[profile/ivi/pulseaudio-panda.git] / polyp / sound-file.h
1 #ifndef soundfilehfoo
2 #define soundfilehfoo
3
4 #include "memchunk.h"
5 #include "sample.h"
6
7 int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk, struct pa_memblock_stat *s);
8
9 #endif