Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-30 03:22:29 +00:00
parent 60ad539878
commit 7be9c6e469
4 changed files with 51 additions and 0 deletions

View File

@@ -284,6 +284,14 @@ long ast_tellstream(struct ast_filestream *fs);
*/
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)