aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_hasnewvoicemail.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 20:55:13 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 20:55:13 +0000
commitff343139b2cf56dfaa5bb6c512ff41836fb30df1 (patch)
tree99899077a2012642dbc8933f507a056547850546 /apps/app_hasnewvoicemail.c
parent4c6776c6d75216f03490b12f40f9801a5b6ccc7f (diff)
Shouldn't have been a public function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9801 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_hasnewvoicemail.c')
-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;