aboutsummaryrefslogtreecommitdiff
path: root/gtk/soundout/jackout.h
blob: 4b72f2e6798049f585b80d69fe6bb5a1aeecd605 (plain)
1
2
3
4
5
6
7
8
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