[Asterisk-cvs] asterisk config.c,1.30,1.31

markster at lists.digium.com markster at lists.digium.com
Fri Oct 8 01:35:09 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22182

Modified Files:
	config.c 
Log Message:
realtimeify voicemail...


Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- config.c	7 Oct 2004 19:57:50 -0000	1.30
+++ config.c	8 Oct 2004 05:36:23 -0000	1.31
@@ -71,7 +71,7 @@
 	free(ast);
 }
 
-int ast_true(char *s)
+int ast_true(const char *s)
 {
 	if (!s)
 		return 0;
@@ -86,7 +86,7 @@
 	return 0;
 }
 
-int ast_false(char *s)
+int ast_false(const char *s)
 {
 	if (!s)
 		return 0;




More information about the svn-commits mailing list