summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2001-04-12 21:27:47 +0000
committerMark Spencer <markster@digium.com>2001-04-12 21:27:47 +0000
commit9d810e14fee7f3bf18a4aca3e315e0b7a75378fc (patch)
tree330861520dae1f7c199c978cea72cd2696c824bf /include
parent73bec54be056473395f1ecf36e4554da2c5b141a (diff)
Version 0.1.8 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index 25e38e29f..5e424358b 100755
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -50,6 +50,7 @@ int ast_streamfile(struct ast_channel *c, char *filename, char *preflang);
int ast_stopstream(struct ast_channel *c);
/* See if a given file exists in a given format. If fmt is NULL, any format is accepted.*/
+/* Returns -1 if file does not exist */
int ast_fileexists(char *filename, char *fmt, char *preflang);
/* Rename a given file in a given format, or if fmt is NULL, then do so for all */