From 9d810e14fee7f3bf18a4aca3e315e0b7a75378fc Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 12 Apr 2001 21:27:47 +0000 Subject: Version 0.1.8 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk') 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 */ -- cgit v1.2.3