view input/lirc.h @ 17768:c7b1b78f14bd

free tmp earlier, it is not needed below and might leak on errors otherwise
author reimar
date Wed, 08 Mar 2006 10:50:16 +0000 (2006-03-08)
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);