view input/lirc.h @ 24933:4fc6e60dac36

Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 which complains about 'unterminated string or character constant'.
author diego
date Sat, 03 Nov 2007 22:25:52 +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);