summaryrefslogtreecommitdiffstats
path: root/src/oss.h
blob: 35d2dd023553762938649a3b17e01656beb102b0 (plain)
1
2
3
4
5
6
7
8
#ifndef fooosshfoo
#define fooosshfoo

#include "sample.h"

int oss_auto_format(int fd, struct sample_spec *ss);

#endif