fix a buffer overflow
[libpicofe.git] / sndout_sdl.h
CommitLineData
26d3ca0d
GI
1int sndout_sdl_init(void);
2int sndout_sdl_start(int rate, int stereo);
3void sndout_sdl_stop(void);
4void sndout_sdl_wait(void);
5int sndout_sdl_write_nb(const void *buff, int len);
6void sndout_sdl_exit(void);
7