[svn-commits] file: trunk r275 - /trunk/res_config_mysql.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Aug 11 08:02:53 MST 2006


Author: file
Date: Fri Aug 11 10:02:53 2006
New Revision: 275

URL: http://svn.digium.com/view/asterisk-addons?rev=275&view=rev
Log:
Don't export the module responsible for loading the config (issue #7712 reported by Mithraen)

Modified:
    trunk/res_config_mysql.c

Modified: trunk/res_config_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/trunk/res_config_mysql.c?rev=275&r1=274&r2=275&view=diff
==============================================================================
--- trunk/res_config_mysql.c (original)
+++ trunk/res_config_mysql.c Fri Aug 11 10:02:53 2006
@@ -531,7 +531,7 @@
 	return 0;
 }
 
-int parse_config (void)
+static int parse_config (void)
 {
 	struct ast_config *config;
 	char *s;



More information about the svn-commits mailing list