Simplify handling of "flags" parameter
[mplayer/glamo.git] / input / lirc.h
blobcd1513dc5393369c785d1da9c20adedbcb29762a
1 #ifndef MPLAYER_LIRC_H
2 #define MPLAYER_LIRC_H
4 int
5 mp_input_lirc_init(void);
7 int
8 mp_input_lirc_read(int fd,char* dest, int s);
10 void
11 mp_input_lirc_close(int fd);
13 #endif /* MPLAYER_LIRC_H */