Mercurial > mplayer.hg
view input/lirc.h @ 17803:51b992a72b17
Fix possible use of body uninitialized. Remove an unneeded free (body
is not allocated before it). CID 243 and more
author | rtognimp |
---|---|
date | Fri, 10 Mar 2006 22:15:50 +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);