diff options
Diffstat (limited to 'lirc_mp.h')
-rw-r--r-- | lirc_mp.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lirc_mp.h b/lirc_mp.h deleted file mode 100644 index 0a8d119c93..0000000000 --- a/lirc_mp.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - - 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 |