From: Mark Michelson Date: Mon, 25 Jun 2007 23:18:19 +0000 (+0000) Subject: In my commit earlier today, I accidentally left a prototype that isn't defined. X-Git-Tag: 1.6.0-beta1~3^2~2252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de47fc6c47251694805ccf633c58436240870a78;p=thirdparty%2Fasterisk.git In my commit earlier today, I accidentally left a prototype that isn't defined. This gets rid of that prototype. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71721 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index a0465c497a..04396de2cf 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;