diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-17 00:38:13 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-17 00:38:13 +0900 |
commit | e8e5747650626442f8f9940ad5bc37b21ca85ad9 (patch) | |
tree | 1c6a0eae92cd834dfbd4fe6286d4bc24821e10ad /gtk/soundout/jackout.h | |
parent | 44c20e41ddd0c394daf5aa45d88baa95334f04fc (diff) |
soundout autoconf
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 - |