[asterisk-commits] mmichelson: trunk r71721 - /trunk/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jun 25 18:18:20 CDT 2007


Author: mmichelson
Date: Mon Jun 25 18:18:19 2007
New Revision: 71721

URL: http://svn.digium.com/view/asterisk?view=rev&rev=71721
Log:
In my commit earlier today, I accidentally left a prototype that isn't defined.
This gets rid of that prototype.


Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=71721&r1=71720&r2=71721
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Jun 25 18:18:19 2007
@@ -154,7 +154,6 @@
 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;




More information about the asterisk-commits mailing list