summaryrefslogtreecommitdiffstats
path: root/options/parse_commandline.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 23:11:12 +0100
committerwm4 <wm4@nowhere>2013-12-21 23:11:12 +0100
commit245e5b844177e9ad9a9c07eff5efab7c3fccdebc (patch)
treeb70f214f8c3fc802d6d6edbf8395273c854ac0fd /options/parse_commandline.h
parent678ce04b3f7b7af845f77981fd0056845afa37fe (diff)
downloadmpv-245e5b844177e9ad9a9c07eff5efab7c3fccdebc.tar.bz2
mpv-245e5b844177e9ad9a9c07eff5efab7c3fccdebc.tar.xz
msg: remove global state
Diffstat (limited to 'options/parse_commandline.h')
-rw-r--r--options/parse_commandline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/parse_commandline.h b/options/parse_commandline.h
index ab048a0af4..39512ca51a 100644
--- a/options/parse_commandline.h
+++ b/options/parse_commandline.h
@@ -28,7 +28,7 @@ struct mpv_global;
int m_config_parse_mp_command_line(m_config_t *config, struct playlist *files,
struct mpv_global *global,
int argc, char **argv);
-void m_config_preparse_command_line(struct m_config *config,
+void m_config_preparse_command_line(m_config_t *config, struct mpv_global *global,
int argc, char **argv);
#endif /* MPLAYER_PARSER_MPCMD_H */