summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorSuper User2008-07-29 19:00:12 +0200
committerSuper User2008-07-29 19:00:12 +0200
commitde8f81a69bac7db90856ddb639c4bfa62fa80150 (patch)
tree021bfad67f82e217c37b0e92163a5f67f975875e /chan_lcr.h
parentfixed problem with "Answer" after extension matches. (diff)
downloadlcr-de8f81a69bac7db90856ddb639c4bfa62fa80150.tar.gz
lcr-de8f81a69bac7db90856ddb639c4bfa62fa80150.tar.xz
lcr-de8f81a69bac7db90856ddb639c4bfa62fa80150.zip
make compile with gcc 4.* without warnings. (hopefully with all versions)
modified: Makefile modified: bchannel.c modified: chan_lcr.h modified: extension.c modified: gentones.c modified: genwave.c modified: joinpbx.cpp modified: tones.c
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 0ed661e..92a5fdf 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -24,7 +24,7 @@ struct chan_call {
/* audio is available */
int cause, location;
/* store cause from lcr */
- unsigned char dialque[64];
+ char dialque[64];
/* queue dialing prior setup ack */
char oad[64];/* caller id in number format */