Skip to content
Snippets Groups Projects
Commit 073885e1 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Shouldn't have been a public function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2f2530b8
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment