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