aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
commit4e1f4b18abdec1658e835a77a9de8be87c965142 (patch)
tree0aeebf0f2c4ec7ea3813d2f0b9e10f3f77e851cd /gtk/voip_calls.h
parente6856b69f3ebf85a1a37cb7c7a508f2be41fb1fe (diff)
More char -> const char warning fixes.
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 2b23860871..a7d1ba9599 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -52,7 +52,7 @@ typedef enum _voip_call_state {
VOIP_UNKNOWN
} voip_call_state;
-extern char *voip_call_state_name[7];
+extern const char *voip_call_state_name[7];
typedef enum _voip_call_active_state {
VOIP_ACTIVE,
@@ -68,7 +68,7 @@ typedef enum _voip_protocol {
VOIP_AC_CAS
} voip_protocol;
-extern char *voip_protocol_name[6];
+extern const char *voip_protocol_name[6];
/* defines specific SIP data */