aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-09-20 14:14:07 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-09-20 14:14:07 +0000
commit300f1231cdb145b5519fdcaaaf53c11e1ae20bcc (patch)
tree20bafdb395040ffc787bf39f54e450dd20f68d32 /asn1/h245
parentd3492e684a5c5d69c62672e108384961b4367477 (diff)
get rid of few warnings
svn path=/trunk/; revision=15895
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 4bc2b01839..2c8588066a 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -200,7 +200,7 @@ static const value_string h245_AudioCapability_short_vals[] = {
an OLC is read */
const char* codec_type = NULL;
-static char *standard_oid_str;
+static const char *standard_oid_str;
static guint32 ipv4_address;
static guint32 ipv4_port;
static guint32 rtcp_ipv4_address;
@@ -209,7 +209,7 @@ static gboolean media_channel;
static gboolean media_control_channel;
/* NonStandardParameter */
-static char *nsiOID;
+static const char *nsiOID;
static guint32 h221NonStandard;
static guint32 t35CountryCode;
static guint32 t35Extension;