pulseaudio/src/oss.h

9 lines
121 B
C
Raw Normal View History

#ifndef fooosshfoo
#define fooosshfoo
#include "sample.h"
int oss_auto_format(int fd, struct sample_spec *ss);
#endif