summaryrefslogtreecommitdiff
path: root/xine_frontend_lirc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend_lirc.h')
-rw-r--r--xine_frontend_lirc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_frontend_lirc.h b/xine_frontend_lirc.h
index 29aafc84..df3972a6 100644
--- a/xine_frontend_lirc.h
+++ b/xine_frontend_lirc.h
@@ -4,16 +4,16 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_lirc.h,v 1.2 2008-11-11 20:48:13 phintuka Exp $
+ * $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 fe_s;
+struct frontend_s;
-void lirc_start(struct fe_s *fe, char *lirc_dev, int repeat_emu);
+void lirc_start(struct frontend_s *fe, char *lirc_dev, int repeat_emu);
void lirc_stop(void);
#endif /* XINE_FRONTEND_LIRC_H */