summaryrefslogtreecommitdiff
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-30 03:22:29 +0000
committerMark Spencer <markster@digium.com>2004-06-30 03:22:29 +0000
commit7be9c6e46987706494725d4f8e22404e1f1f0e95 (patch)
treeaf67c00311caca66ebfabe899b0b4227fd3a6fe5 /include/asterisk/file.h
parent60ad539878332bb26933544badcf6546a01e1a94 (diff)
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
Diffstat (limited to 'include/asterisk/file.h')
-rwxr-xr-xinclude/asterisk/file.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index 55c0eaa7f..eb2c78e35 100755
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -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)