aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-15 04:38:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-15 04:38:39 +0000
commita1136fedf44ba8d0bada48295ac00961696b4bf5 (patch)
tree14f5bc090ee5daef3022a525dcf8035720d01227 /pbx
parenta34be8cd3f45e4c2f4f661c29f0810f4a379576e (diff)
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: http://svn.digium.com/svn/asterisk/trunk@1338 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_gtkconsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index 13e29097b..e6388bbbf 100755
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -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 */