1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00
mpv/input/lirc.h
arpi 288e2a0f4e rewrote the lirc code to remove the fork
patch by Albeu


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7884 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 22:23:12 +00:00

11 lines
119 B
C

int
mp_input_lirc_init(void);
int
mp_input_lirc_read(int fd,char* dest, int s);
void
mp_input_lirc_close(int fd);