Add multiple inclusion guards to all header files that lack them.
[mplayer/greg.git] / input / lirc.h
blob08cb6e741a0d438adc11e60d36f69eb4b890b19a
1 #ifndef LIRC_H
2 #define 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 #define /* LIRC_H */