From e8e5747650626442f8f9940ad5bc37b21ca85ad9 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Mon, 17 Jul 2017 00:38:13 +0900 Subject: soundout autoconf --- soundout/jackout.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 soundout/jackout.h (limited to 'soundout/jackout.h') 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 + -- cgit v1.2.3