diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-17 00:38:13 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-17 00:38:13 +0900 |
commit | e8e5747650626442f8f9940ad5bc37b21ca85ad9 (patch) | |
tree | 1c6a0eae92cd834dfbd4fe6286d4bc24821e10ad /soundout/ossout.c | |
parent | 44c20e41ddd0c394daf5aa45d88baa95334f04fc (diff) |
soundout autoconf
Diffstat (limited to 'soundout/ossout.c')
-rw-r--r-- | soundout/ossout.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/soundout/ossout.c b/soundout/ossout.c new file mode 100644 index 0000000..1083f20 --- /dev/null +++ b/soundout/ossout.c @@ -0,0 +1,8 @@ +#include <sys/stat.h> +#include <fcntl.h> + +struct ossout_state { + struct sound_state ss; +}; + +struct sound_state *ossout_init( |