mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user