view input/lirc.h @ 17429:7dac2afa70aa

Use free instead of speex_free - since speex_free does not appear in the headers it probably is for internal use only.
author reimar
date Thu, 19 Jan 2006 20:26:34 +0000
parents d375383e1a48
children 6ac1ece1f9fe
line wrap: on
line source



int 
mp_input_lirc_init(void);

int
mp_input_lirc_read(int fd,char* dest, int s);

void
mp_input_lirc_close(int fd);