mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Asterisk:
#72 - Should eliminate probs on VMWI #41 - Dynamic add survives reload #73 - Make festival honor its arguments #93 - Make events on FXO interfaces more logical #26 - Prefer "bindaddr" to logical address for registrations ??? - Record crashes AGI git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -93,7 +93,7 @@ static int cleanup(void *useless)
|
||||
}
|
||||
|
||||
|
||||
static void __verboser(char *stuff, int opos, int replacelast, int complete)
|
||||
static void __verboser(const char *stuff, int opos, int replacelast, int complete)
|
||||
{
|
||||
char *s2[2];
|
||||
struct timeval tv;
|
||||
@@ -123,7 +123,7 @@ static void __verboser(char *stuff, int opos, int replacelast, int complete)
|
||||
}
|
||||
}
|
||||
|
||||
static void verboser(char *stuff, int opos, int replacelast, int complete)
|
||||
static void verboser(const char *stuff, int opos, int replacelast, int complete)
|
||||
{
|
||||
ast_mutex_lock(&verb_lock);
|
||||
/* Lock appropriately if we're really being called in verbose mode */
|
||||
|
Reference in New Issue
Block a user