summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-24 17:18:33 +0000
committerphintuka <phintuka>2006-12-24 17:18:33 +0000
commit37a5a02753296ad9b361cdd9c88b6152753fa8a5 (patch)
tree75b68037d013cb1ab2117c3400a174fda9cdb0d3
parent6601bce4c76a6e55b4cb8be13c1cbf74a6f78937 (diff)
downloadxineliboutput-37a5a02753296ad9b361cdd9c88b6152753fa8a5.tar.gz
xineliboutput-37a5a02753296ad9b361cdd9c88b6152753fa8a5.tar.bz2
Header update
-rw-r--r--xine_frontend_lirc.c20
1 files changed, 17 insertions, 3 deletions
diff --git a/xine_frontend_lirc.c b/xine_frontend_lirc.c
index 87fbbe76..bef84f22 100644
--- a/xine_frontend_lirc.c
+++ b/xine_frontend_lirc.c
@@ -1,15 +1,29 @@
/*
- * xine_frontend_lirc.c
+ * xine_frontend_lirc.c: Forward (local) lirc keys to VDR (server)
*
- * Forward (local) lirc keys to VDR (server)
+ * See the main source file 'xineliboutput.c' for copyright information and
+ * how to reach the author.
*
+ * $Id: xine_frontend_lirc.c,v 1.5 2006-12-24 17:18:33 phintuka Exp $
+ *
+ */
+/*
*
* Almost directly copied from vdr-1.4.3-2 (lirc.c : cLircRemote)
*
- * $Id: xine_frontend_lirc.c,v 1.4 2006-12-19 08:48:27 phintuka Exp $
+ */
+/*
+ * lirc.c: LIRC remote control
+ *
+ * See the main source file 'vdr.c' for copyright information and
+ * how to reach the author.
*
+ * LIRC support added by Carsten Koch <Carsten.Koch@icem.de> 2000-06-16.
+ *
+ * $Id: xine_frontend_lirc.c,v 1.5 2006-12-24 17:18:33 phintuka Exp $
*/
+
#include <stdint.h>
#include <netinet/in.h>
#include <sys/socket.h>