[Asterisk-cvs] asterisk app.c,1.41,1.42

markster at lists.digium.com markster at lists.digium.com
Sun Jan 9 02:57:16 CST 2005


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

Modified Files:
	app.c 
Log Message:
Various small fixups


Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- app.c	7 Jan 2005 07:23:31 -0000	1.41
+++ app.c	9 Jan 2005 09:01:40 -0000	1.42
@@ -497,7 +497,7 @@
 static int global_silence_threshold = 128;
 static int global_maxsilence = 0;
 
-int ast_play_and_record(struct ast_channel *chan, char *playfile, char *recordfile, int maxtime, char *fmt, int *duration, int silencethreshold, int maxsilence)
+int ast_play_and_record(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, int silencethreshold, int maxsilence)
 {
 	char d, *fmts;
 	char comment[256];




More information about the svn-commits mailing list