summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index ae648a87c0..e694216fa8 100644
--- a/options/options.h
+++ b/options/options.h
@@ -45,6 +45,10 @@ typedef struct mp_vo_opts {
typedef struct MPOpts {
char *msglevels;
+ int verbose;
+ int msg_identify;
+ int msg_color;
+ int msg_module;
char **reset_options;
char **lua_files;