summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:22:26 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:57:18 +0300
commitcfe2839386f737a05d3af41051f9b367c2c7bd7d (patch)
tree5e77958d0253fc3c0c703ff9f1ce5052895965fb /input/input.h
parent8d5912e60d3e2a12f9dae475af4472c2bc6490a6 (diff)
downloadmpv-cfe2839386f737a05d3af41051f9b367c2c7bd7d.tar.bz2
mpv-cfe2839386f737a05d3af41051f9b367c2c7bd7d.tar.xz
Move some declarations from mplayer.c to proper headers
Declare mp_input_register_options in input.h and xscreensaver_heartbeat in x11_common.h.
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index e8e701163e..f033c31f0c 100644
--- a/input/input.h
+++ b/input/input.h
@@ -283,6 +283,9 @@ struct input_ctx *mp_input_init(struct input_conf *input_conf, int use_gui);
void mp_input_uninit(struct input_ctx *ictx);
+struct m_config;
+void mp_input_register_options(struct m_config *cfg);
+
// Interruptible usleep: (used by libmpdemux)
int
mp_input_check_interrupt(struct input_ctx *ictx, int time);