mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@137 fefdeb5f-60dc-0310-8127-8f9354f1896f
9 lines
221 B
C
9 lines
221 B
C
#ifndef soundfilehfoo
|
|
#define soundfilehfoo
|
|
|
|
#include "memchunk.h"
|
|
#include "sample.h"
|
|
|
|
int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk, struct pa_memblock_stat *s);
|
|
|
|
#endif
|