[Asterisk-cvs] asterisk/include/asterisk app.h,1.31,1.32

markster at lists.digium.com markster at lists.digium.com
Sun Feb 27 13:10:03 CST 2005


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

Modified Files:
	app.h 
Log Message:
Merge mog's ReadFile application (bug #3670)


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- app.h	26 Feb 2005 19:06:09 -0000	1.31
+++ app.h	27 Feb 2005 19:07:46 -0000	1.32
@@ -132,6 +132,9 @@
 /* Unlock a path */
 int ast_unlock_path(const char *path);
 
+/*Read a file into asterisk*/
+char *ast_read_textfile(const char *file);
+
 #define GROUP_CATEGORY_PREFIX "GROUP"
 
 /*! Split a group string into group and category, returning a default category if none is provided. */




More information about the svn-commits mailing list