summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-26 05:58:00 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-26 06:02:03 +0300
commitea4cc89f36e064b3224d633df8bc08cc49178d51 (patch)
treef4c01859f55ea7b9b5b632c8370134f00d50a2ee /parser-mpcmd.h
parent3bdcbba49663cfef679fe1ac17bbec311a474e60 (diff)
downloadmpv-ea4cc89f36e064b3224d633df8bc08cc49178d51.tar.bz2
mpv-ea4cc89f36e064b3224d633df8bc08cc49178d51.tar.xz
options: move command line preparse together with parse
Diffstat (limited to 'parser-mpcmd.h')
-rw-r--r--parser-mpcmd.h4
1 files changed, 3 insertions, 1 deletions
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 */