From cfe2839386f737a05d3af41051f9b367c2c7bd7d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 12 Aug 2008 14:22:26 +0300 Subject: Move some declarations from mplayer.c to proper headers Declare mp_input_register_options in input.h and xscreensaver_heartbeat in x11_common.h. --- input/input.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'input') 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); -- cgit v1.2.3