summaryrefslogtreecommitdiffstats
path: root/src/oss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oss.h')
-rw-r--r--src/oss.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/oss.h b/src/oss.h
new file mode 100644
index 00000000..35d2dd02
--- /dev/null
+++ b/src/oss.h
@@ -0,0 +1,8 @@
+#ifndef fooosshfoo
+#define fooosshfoo
+
+#include "sample.h"
+
+int oss_auto_format(int fd, struct sample_spec *ss);
+
+#endif