diff m_config.h @ 25634:4344e84f7a9f

export m_config_set_profile()
author ben
date Thu, 10 Jan 2008 18:41:21 +0000
parents 51c23a18a17b
children 4129c8cfa742
line wrap: on
line diff
--- a/m_config.h	Thu Jan 10 18:40:26 2008 +0000
+++ b/m_config.h	Thu Jan 10 18:41:21 2008 +0000
@@ -193,6 +193,15 @@
 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);
+
 ///@}
 
 ///@}