diff options
author | cvs2svn <admin@example.com> | 2010-02-14 12:53:07 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2010-02-14 12:53:07 +0000 |
commit | 038a1d31955a315b5fdf8cee142623226ac3e48e (patch) | |
tree | bceeb16f00f4e73f602a56285093d897052d0063 /xine_frontend_lirc.h | |
parent | 56b10fbbe13a6eb219f41da6d8a78a37d15bd378 (diff) | |
download | xineliboutput-branch-1_o_x.tar.gz xineliboutput-branch-1_o_x.tar.bz2 |
This commit was manufactured by cvs2svn to create branch 'branch-1_o_x'.branch-1_o_x
Diffstat (limited to 'xine_frontend_lirc.h')
-rw-r--r-- | xine_frontend_lirc.h | 19 |
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 */ |