realtimeify voicemail...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-10-08 05:36:23 +00:00
parent b70b531699
commit d808177d50
5 changed files with 131 additions and 266 deletions

View File

@@ -71,7 +71,7 @@ void ast_destroy(struct ast_config *ast)
free(ast);
}
int ast_true(char *s)
int ast_true(const char *s)
{
if (!s)
return 0;
@@ -86,7 +86,7 @@ int ast_true(char *s)
return 0;
}
int ast_false(char *s)
int ast_false(const char *s)
{
if (!s)
return 0;