diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index bfbd803e21..5f5a58dc35 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2111,6 +2111,7 @@ static const char *mbox(int id) } #ifdef ODBC_STORAGE +/*! XXX \todo Fix this function to support multiple mailboxes in the intput string */ static int inboxcount(const char *mailbox, int *newmsgs, int *oldmsgs) { int x = -1;