diff options
Diffstat (limited to 'gtk/soundout/pulseout.h')
-rw-r--r-- | gtk/soundout/pulseout.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/soundout/pulseout.h b/gtk/soundout/pulseout.h new file mode 100644 index 0000000..d9fbb20 --- /dev/null +++ b/gtk/soundout/pulseout.h @@ -0,0 +1,9 @@ +#ifndef MYON_PULSEOUT_H_INCLUDED +#define MYON_PULSEOUT_H_INCLUDED + +#include "soundout.h" + +struct sound_state *pulseout_init(const char *clientname, unsigned srate, sound_callback cbfunc, void *userptr); + +#endif // MYON_PULSEOUT_H_INCLUDED + |