[Asterisk-cvs] asterisk/include/asterisk file.h,1.16,1.17
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 29 23:36:37 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv21469/include/asterisk
Modified Files:
file.h
Log Message:
Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)
Index: file.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/file.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- file.h 25 Feb 2004 22:31:50 -0000 1.16
+++ file.h 30 Jun 2004 03:22:29 -0000 1.17
@@ -284,6 +284,14 @@
*/
struct ast_frame *ast_readframe(struct ast_filestream *s);
+//! Initialize file stuff
+/*!
+ * Initializes all the various file stuff. Basically just registers the cli stuff
+ * Returns 0 all the time
+ */
+extern int ast_file_init(void);
+
+
#define AST_RESERVED_POINTERS 20
#if defined(__cplusplus) || defined(c_plusplus)
More information about the svn-commits
mailing list