dect
/
asterisk
Archived
13
0
Fork 0

Shouldn't have been a public function

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9801 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2006-02-13 20:55:13 +00:00
parent 4c6776c6d7
commit ff343139b2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static int hasvoicemail_exec(struct ast_channel *chan, void *data)
return 0;
}
int acf_vmcount_exec(struct ast_channel *chan, char *cmd, char *argsstr, char *buf, size_t len)
static int acf_vmcount_exec(struct ast_channel *chan, char *cmd, char *argsstr, char *buf, size_t len)
{
struct localuser *u;
char *context;