summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/m_config.h b/options/m_config.h
index af8ab421f0..0d8b7961d0 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -77,6 +77,8 @@ typedef struct m_config {
// For the command line parser
int recursion_depth;
+ bool subopt_deprecation_warning;
+
void *optstruct; // struct mpopts or other
} m_config_t;