summaryrefslogtreecommitdiffstats
path: root/input/lirc.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/lirc.h')
-rw-r--r--input/lirc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/input/lirc.h b/input/lirc.h
index 6ff894d387..b86b40e494 100644
--- a/input/lirc.h
+++ b/input/lirc.h
@@ -20,8 +20,6 @@
#define MPLAYER_LIRC_H
struct input_ctx;
-struct mp_log;
-int mp_input_lirc_init(struct input_ctx *ictx, struct mp_log *log,
- char *lirc_configfile);
+void mp_input_lirc_add(struct input_ctx *ictx, char *lirc_configfile);
#endif /* MPLAYER_LIRC_H */