aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-25 23:18:19 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-25 23:18:19 +0000
commitb6a5b5ea2935a64248f68cce2c57ee6e67df71fd (patch)
treeb5f035dc979f0640f3c2ca328918f54ce1b621f3
parent9a940a47bcf36cf22fbf2c059494f8c61368f1f3 (diff)
In my commit earlier today, I accidentally left a prototype that isn't defined.
This gets rid of that prototype. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@71721 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index a0465c497..04396de2c 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -154,7 +154,6 @@ static void mm_parsequota (MAILSTREAM *stream, unsigned char *msg, QUOTALIST *pq
static void imap_mailbox_name(char *spec, struct vm_state *vms, int box, int target);
static int imap_store_file(char *dir, char *mailboxuser, char *mailboxcontext, int msgnum, struct ast_channel *chan, struct ast_vm_user *vmu, char *fmt, int duration, struct vm_state *vms);
static void update_messages_by_imapuser(const char *user, unsigned long number);
-static int count_messages(struct ast_vm_user *vmu, char *dir);
struct vmstate {
struct vm_state *vms;