[Asterisk-cvs] asterisk/include/asterisk channel.h,1.52,1.53

markster at lists.digium.com markster at lists.digium.com
Sat Jul 31 23:28:08 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv9969/include/asterisk

Modified Files:
	channel.h 
Log Message:
Make sure it's a const


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- channel.h	30 Jul 2004 18:57:37 -0000	1.52
+++ channel.h	1 Aug 2004 03:14:11 -0000	1.53
@@ -100,7 +100,7 @@
 	/*! Lock, can be used to lock a channel for some operations */
 	ast_mutex_t lock;			
 	/*! Procedure causing blocking */
-	char *blockproc;			
+	const char *blockproc;			
 
 	/*! Current application */
 	char *appl;				




More information about the svn-commits mailing list