aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:47 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:47 +0000
commit0fa5481d13cf36b567e0ef59421802aaa5ce969f (patch)
tree330861520dae1f7c199c978cea72cd2696c824bf /include
parent4282fc35a8be465ca87d6780d8fbba397218cef2 (diff)
Version 0.1.8 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@273 f38db490-d61c-443f-a65b-d21fe96a405b
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 */