summaryrefslogtreecommitdiffstats
path: root/lirc_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lirc_mp.h')
-rw-r--r--lirc_mp.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/lirc_mp.h b/lirc_mp.h
new file mode 100644
index 0000000000..0a8d119c93
--- /dev/null
+++ b/lirc_mp.h
@@ -0,0 +1,23 @@
+/*
+
+ definitions for LIRC support in mplayer
+ written in 2/2001 by Andreas Ackermann
+ acki@acki-netz.de
+
+*/
+
+#ifndef LIRC_MP_H_
+#define LIRC_MP_H_
+
+#include <lirc/lirc_client.h>
+
+//extern struct lirc_config *lirc_config;
+//extern int lirc_is_setup;
+
+
+void lirc_mp_setup(void);
+void lirc_mp_cleanup(void);
+int lirc_mp_getinput(void);
+
+
+#endif