summaryrefslogtreecommitdiffstats
path: root/core/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_config.h')
-rw-r--r--core/m_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/m_config.h b/core/m_config.h
index 28983944df..35955cfa4b 100644
--- a/core/m_config.h
+++ b/core/m_config.h
@@ -87,6 +87,7 @@ typedef struct m_config {
void *optstruct; // struct mpopts or other
int (*includefunc)(struct m_config *conf, char *filename);
+ bool use_profiles;
} m_config_t;
// Create a new config object.