diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-12 00:34:35 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-12 00:34:35 +0900 |
commit | 44c20e41ddd0c394daf5aa45d88baa95334f04fc (patch) | |
tree | 9d503654c49585ee580c4033e086e1a2275b933e /gtk/soundout/ossout.c | |
parent | f0c957012f65775976be05d2497a6a30c222b7e6 (diff) |
test soundout
Diffstat (limited to 'gtk/soundout/ossout.c')
-rw-r--r-- | gtk/soundout/ossout.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/soundout/ossout.c b/gtk/soundout/ossout.c new file mode 100644 index 0000000..1083f20 --- /dev/null +++ b/gtk/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( |