diff options
Diffstat (limited to 'gtk/soundout/jackout.h')
-rw-r--r-- | gtk/soundout/jackout.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/soundout/jackout.h b/gtk/soundout/jackout.h deleted file mode 100644 index 4b72f2e..0000000 --- a/gtk/soundout/jackout.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 - |