mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@35 fefdeb5f-60dc-0310-8127-8f9354f1896f
8 lines
132 B
C
8 lines
132 B
C
#ifndef fooossutilhfoo
|
|
#define fooossutilhfoo
|
|
|
|
#include "sample.h"
|
|
|
|
int oss_auto_format(int fd, struct pa_sample_spec *ss);
|
|
|
|
#endif
|