mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Version 0.1.9 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user