summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-11 20:48:13 +0000
committerphintuka <phintuka>2008-11-11 20:48:13 +0000
commitf61f6b79bb576a37777558ff915fbbfb5e07b838 (patch)
tree9cb7536410a5ee3bc6807ff03b4ea1fd1ff24caf
parentabca5c7e8e7b1087007f9f34fdaf309b9457ee1e (diff)
downloadxineliboutput-f61f6b79bb576a37777558ff915fbbfb5e07b838.tar.gz
xineliboutput-f61f6b79bb576a37777558ff915fbbfb5e07b838.tar.bz2
Removed include "xine_frontend.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 7d9e6542..29aafc84 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.1 2008-11-10 23:53:45 phintuka Exp $
+ * $Id: xine_frontend_lirc.h,v 1.2 2008-11-11 20:48:13 phintuka Exp $
*
*/
#ifndef XINE_FRONTEND_LIRC_H
#define XINE_FRONTEND_LIRC_H
-#include "xine_frontend.h"
+struct fe_s;
-void lirc_start(fe_t *fe, char *lirc_dev, int repeat_emu);
+void lirc_start(struct fe_s *fe, char *lirc_dev, int repeat_emu);
void lirc_stop(void);
#endif /* XINE_FRONTEND_LIRC_H */