aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-06-13 20:36:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-06-13 20:36:52 +0000
commitb72ac40fe7c573f7e86517448a469a0dd8bb370b (patch)
tree7f6a7d6269bd373ed96f3f840b13f8fbe86e5399 /include/asterisk/file.h
parentf0035ced5e74bf8da8727815f402449318c26b69 (diff)
Version 0.1.9 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@332 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/file.h')
-rwxr-xr-xinclude/asterisk/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index 5e424358b..95c77f6b7 100755
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -59,6 +59,9 @@ int ast_filerename(char *oldname, char *newname, char *fmt);
/* Delete a given file in a given format, or if fmt is NULL, then do so for all */
int ast_filedelete(char *filename, char *fmt);
+/* Copy a given file in a given format, or if fmt is NULL, then do so for all */
+int ast_filecopy(char *oldname, char *newname, char *fmt);
+
/* Wait for a stream to stop or for any one of a given digit to arrive, Returns
0 if the stream finishes, the character if it was interrupted, and -1 on error */
char ast_waitstream(struct ast_channel *c, char *breakon);