projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2530b
)
Shouldn't have been a public function
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 13 Feb 2006 20:55:13 +0000
(20:55 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 13 Feb 2006 20:55:13 +0000
(20:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9801
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_hasnewvoicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_hasnewvoicemail.c
b/apps/app_hasnewvoicemail.c
index
be73a0d
..
f34e603
100644
(file)
--- 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;