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, 2 insertions, 1 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 1f03a9abea..829fa90ba7 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -61,7 +61,8 @@ typedef struct m_config {
bool use_profiles;
bool is_toplevel;
- int (*includefunc)(struct m_config *conf, char *filename, int flags);
+ int (*includefunc)(void *ctx, char *filename, int flags);
+ void *includefunc_ctx;
void *optstruct; // struct mpopts or other
} m_config_t;