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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/m_config.h b/options/m_config.h
index e20a99853f..958dc3d5e4 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -67,6 +67,9 @@ typedef struct m_config {
int (*includefunc)(void *ctx, char *filename, int flags);
void *includefunc_ctx;
+ // For the command line parser
+ int recursion_depth;
+
void *optstruct; // struct mpopts or other
} m_config_t;