Mercurial > mplayer.hg
comparison input/lirc.h @ 25553:6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
author | diego |
---|---|
date | Tue, 01 Jan 2008 21:35:58 +0000 |
parents | d375383e1a48 |
children | e9762f29d465 |
comparison
equal
deleted
inserted
replaced
25552:21f17f58f5bc | 25553:6ac1ece1f9fe |
---|---|
1 | 1 #ifndef LIRC_H |
2 #define LIRC_H | |
2 | 3 |
3 int | 4 int |
4 mp_input_lirc_init(void); | 5 mp_input_lirc_init(void); |
5 | 6 |
6 int | 7 int |
7 mp_input_lirc_read(int fd,char* dest, int s); | 8 mp_input_lirc_read(int fd,char* dest, int s); |
8 | 9 |
9 void | 10 void |
10 mp_input_lirc_close(int fd); | 11 mp_input_lirc_close(int fd); |
12 | |
13 #define /* LIRC_H */ |