aboutsummaryrefslogtreecommitdiff
path: root/gtk/soundout/ossout.c
blob: 1083f208421c95d863b0837b71dd62d9307a0b44 (plain)
1
2
3
4
5
6
7
8
#include <sys/stat.h>
#include <fcntl.h>

struct ossout_state {
  struct sound_state ss;
};

struct sound_state *ossout_init(