aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-30 03:22:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-30 03:22:29 +0000
commit90e5ff3d2db28777441a0a880e858ea669199475 (patch)
treeaf67c00311caca66ebfabe899b0b4227fd3a6fe5 /include/asterisk/file.h
parent3e4c4b4b7aa9945869f00c680ad50745c9605f97 (diff)
Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3360 f38db490-d61c-443f-a65b-d21fe96a405b
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)