diff options
author | phintuka <phintuka> | 2006-12-24 17:18:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-24 17:18:33 +0000 |
commit | 37a5a02753296ad9b361cdd9c88b6152753fa8a5 (patch) | |
tree | 75b68037d013cb1ab2117c3400a174fda9cdb0d3 | |
parent | 6601bce4c76a6e55b4cb8be13c1cbf74a6f78937 (diff) | |
download | xineliboutput-37a5a02753296ad9b361cdd9c88b6152753fa8a5.tar.gz xineliboutput-37a5a02753296ad9b361cdd9c88b6152753fa8a5.tar.bz2 |
Header update
-rw-r--r-- | xine_frontend_lirc.c | 20 |
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> |