rename oss.[ch] to oss-util.[ch]

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@34 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-23 23:40:39 +00:00
parent b9e0fa84f3
commit c050d7254c
2 changed files with 0 additions and 0 deletions

8
src/oss-util.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef fooosshfoo
#define fooosshfoo
#include "sample.h"
int oss_auto_format(int fd, struct pa_sample_spec *ss);
#endif