[Asterisk-cvs] asterisk/include/asterisk app.h,1.10,1.11

citats at lists.digium.com citats at lists.digium.com
Wed May 26 12:37:00 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk/include/asterisk

Modified Files:
	app.h 
Log Message:
Formatting fixes

Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- app.h	26 May 2004 15:22:54 -0000	1.10
+++ app.h	26 May 2004 16:51:25 -0000	1.11
@@ -55,7 +55,7 @@
 int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, int allowoverride);
 
 //! Stream a file with fast forward and reverse.
-int ast_control_streamfile(struct ast_channel *chan, char *file,char *f,char *r,int skipms);
+int ast_control_streamfile(struct ast_channel *chan, char *file, char *f, char *r, int skipms);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }




More information about the svn-commits mailing list