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

anthm at lists.digium.com anthm at lists.digium.com
Wed May 26 11:08:29 CDT 2004


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

Modified Files:
	app.h 
Log Message:
add ast_control_streamfile api call

Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- app.h	13 May 2004 19:01:10 -0000	1.9
+++ app.h	26 May 2004 15:22:54 -0000	1.10
@@ -54,6 +54,9 @@
 //! Stream a filename (or file descriptor) as a generator.
 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);
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list