annotate input/lirc.h @ 22001:2934974c366a

Remove illegal definition of underscored-prefixed symbol "__MODULE__": All underscored-prefixed symbols have the right re-defined by the compiler, so it's definitely not safe to use any. ICC doesn't seem to like it, GCC doesn't seem to care. Original thread: date: Jan 25, 2007 2:41 PM subject: [MPlayer-dev-eng] [PATCH] remove illegal underscored-prefixed symbols AND date: 01/25/2007 11:43 AM subject: Re: [MPlayer-dev-eng] [PATCH] compiling with Intel C
author gpoirier
date Fri, 26 Jan 2007 09:21:22 +0000
parents d375383e1a48
children 6ac1ece1f9fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4432
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
1
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
2
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
3 int
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
4 mp_input_lirc_init(void);
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
5
7883
d375383e1a48 rewrote the lirc code to remove the fork
arpi
parents: 4432
diff changeset
6 int
d375383e1a48 rewrote the lirc code to remove the fork
arpi
parents: 4432
diff changeset
7 mp_input_lirc_read(int fd,char* dest, int s);
d375383e1a48 rewrote the lirc code to remove the fork
arpi
parents: 4432
diff changeset
8
4432
5105f5da01d6 Added lirc support in input
albeu
parents:
diff changeset
9 void
7883
d375383e1a48 rewrote the lirc code to remove the fork
arpi
parents: 4432
diff changeset
10 mp_input_lirc_close(int fd);