aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
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/h225
parentd3492e684a5c5d69c62672e108384961b4367477 (diff)
get rid of few warnings
svn path=/trunk/; revision=15895
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/packet-h225-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c
index 018fde9b3f..76dc2b93d6 100644
--- a/asn1/h225/packet-h225-template.c
+++ b/asn1/h225/packet-h225-template.c
@@ -115,14 +115,14 @@ guint32 value;
static gboolean contains_faststart = FALSE;
/* NonStandardParameter */
-static char *nsiOID;
+static const char *nsiOID;
static guint32 h221NonStandard;
static guint32 t35CountryCode;
static guint32 t35Extension;
static guint32 manufacturerCode;
/* TunnelledProtocol */
-static char *tpOID;
+static const char *tpOID;
#include "packet-h225-fn.c"