summaryrefslogtreecommitdiff
path: root/xine_frontend_lirc.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2009-10-21 00:02:02 +0000
committercvs2svn <admin@example.com>2009-10-21 00:02:02 +0000
commit97a97ca3358eb48de3eb7a222e487e800566569f (patch)
tree97c920d0225a1c9773a3bce2207f261d7d230123 /xine_frontend_lirc.h
parenta61961358c5a2ec92340b3f8e056bab55438f103 (diff)
downloadxineliboutput-CVS.tar.gz
xineliboutput-CVS.tar.bz2
This commit was manufactured by cvs2svn to create branch 'CVS'.CVS
Diffstat (limited to 'xine_frontend_lirc.h')
-rw-r--r--xine_frontend_lirc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/xine_frontend_lirc.h b/xine_frontend_lirc.h
deleted file mode 100644
index df3972a6..00000000
--- a/xine_frontend_lirc.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * xine_frontend_lirc.h:
- *
- * See the main source file 'xineliboutput.c' for copyright information and
- * how to reach the author.
- *
- * $Id: xine_frontend_lirc.h,v 1.3 2008-11-13 22:58:40 phintuka Exp $
- *
- */
-
-#ifndef XINE_FRONTEND_LIRC_H
-#define XINE_FRONTEND_LIRC_H
-
-struct frontend_s;
-
-void lirc_start(struct frontend_s *fe, char *lirc_dev, int repeat_emu);
-void lirc_stop(void);
-
-#endif /* XINE_FRONTEND_LIRC_H */