summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-13 20:55:13 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-13 20:55:13 +0000
commit073885e1ea5cb19cbde57c36618c681bd43419fb (patch)
tree99899077a2012642dbc8933f507a056547850546 /apps
parent2f2530b8e683bb9f94c4d101cfbae26c16aa5d9b (diff)
Shouldn't have been a public function
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_hasnewvoicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index be73a0d10..f34e60372 100644
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -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;