summaryrefslogtreecommitdiffstats
path: root/parser-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser-cfg.h')
-rw-r--r--parser-cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser-cfg.h b/parser-cfg.h
index 852a68f697..d69f77106a 100644
--- a/parser-cfg.h
+++ b/parser-cfg.h
@@ -5,4 +5,6 @@
int m_config_parse_config_file(m_config_t* config, char *conffile);
+int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
+
#endif /* MPLAYER_PARSER_CFG_H */