diff m_config.c @ 25634:4344e84f7a9f

export m_config_set_profile()
author ben
date Thu, 10 Jan 2008 18:41:21 +0000
parents 51c23a18a17b
children afa125da85cf
line wrap: on
line diff
--- a/m_config.c	Thu Jan 10 18:40:26 2008 +0000
+++ b/m_config.c	Thu Jan 10 18:41:21 2008 +0000
@@ -477,7 +477,7 @@
   return 1;
 }
 
-static void
+void
 m_config_set_profile(m_config_t* config, m_profile_t* p) {
   int i;
   if(config->profile_depth > MAX_PROFILE_DEPTH) {