summaryrefslogtreecommitdiff
path: root/epan/asn1.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
commit30a855786822f15108e3a9d4dbd5579cd656abba (patch)
tree88cde02c2a8b79acb9a58e94d44b2cc686e12e9e /epan/asn1.h
parentcb4ac62893d38d74efc89f5d5c90c7451dc421a4 (diff)
downloadwireshark-30a855786822f15108e3a9d4dbd5579cd656abba.tar.gz
More 'char*' -> 'const char*' changes to fix warnings.
svn path=/trunk/; revision=15015
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index 5d751ff7fd..2352b416ee 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -145,6 +145,6 @@ extern int asn1_oid_decode (ASN1_SCK *asn1, subid_t **oid, guint *len,
guint *nbytes);
extern int asn1_sequence_decode (ASN1_SCK *asn1, guint *seq_len, guint *nbytes);
-extern char *asn1_err_to_str (int err);
+extern const char *asn1_err_to_str (int err);
#endif