Merged revisions 70677 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r70677 | file | 2007-06-21 09:58:36 -0400 (Thu, 21 Jun 2007) | 2 lines

Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-06-21 14:00:47 +00:00
parent a1e9cb4aca
commit 142c6f45d8

View File

@@ -1751,6 +1751,8 @@ static int last_message_index(struct ast_vm_user *vmu, char *dir)
return x - 1;
}
#endif
static int vm_delete(char *file)
{
char *txt;
@@ -1769,8 +1771,6 @@ static int vm_delete(char *file)
return ast_filedelete(file, NULL);
}
#endif
static int inbuf(struct baseio *bio, FILE *fi)
{
int l;