summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h
index a1dc550084..5c7f1d26f5 100644
--- a/m_config.h
+++ b/m_config.h
@@ -193,6 +193,15 @@ int
m_config_set_profile_option(m_config_t* config, m_profile_t* p,
char* name, char* val);
+/// Enables profile usage
+/** Used by the config file parser when loading a profile.
+ *
+ * \param config The config object.
+ * \param p The profile object.
+ */
+void
+m_config_set_profile(m_config_t* config, m_profile_t* p);
+
///@}
///@}