Update to trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-02-24 10:17:40 +00:00
parent e912ad9d35
commit dd5222fd30
7 changed files with 186 additions and 136 deletions

View File

@@ -124,7 +124,7 @@ struct moh_files_state {
struct mohclass {
char name[MAX_MUSICCLASS];
char dir[256];
char dir[AST_MAX_FILENAME_LEN];
char args[256];
char mode[80];
char filearray[MAX_MOHFILES][MAX_MOHFILE_LEN];