From ea4cc89f36e064b3224d633df8bc08cc49178d51 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 26 Jul 2011 05:58:00 +0300 Subject: options: move command line preparse together with parse --- parser-mpcmd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'parser-mpcmd.h') diff --git a/parser-mpcmd.h b/parser-mpcmd.h index c88ec59e77..3de9f626b5 100644 --- a/parser-mpcmd.h +++ b/parser-mpcmd.h @@ -22,6 +22,8 @@ #include "playtree.h" #include "m_config.h" -play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); +play_tree_t *m_config_parse_mp_command_line(m_config_t *config, int argc, + char **argv); +int m_config_preparse_command_line(m_config_t *config, int argc, char **argv); #endif /* MPLAYER_PARSER_MPCMD_H */ -- cgit v1.2.3