summaryrefslogtreecommitdiff
path: root/lib/structure.h
diff options
context:
space:
mode:
authorFabio Fiorina <fiorinaf@gnutls.org>2002-07-01 20:04:32 +0000
committerFabio Fiorina <fiorinaf@gnutls.org>2002-07-01 20:04:32 +0000
commita3144f043e1c7c1da9c212a89d9e32ceff3e0ea4 (patch)
tree0795570f20b32b951811518dd9904c39f36263f4 /lib/structure.h
parent33583825c4df6d34fb8af3e3c47b239db4172857 (diff)
downloadlibtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.tar.gz
libtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.tar.bz2
libtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.zip
add const keyword
Diffstat (limited to 'lib/structure.h')
-rw-r--r--lib/structure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/structure.h b/lib/structure.h
index 8309761..5c302fa 100644
--- a/lib/structure.h
+++ b/lib/structure.h
@@ -23,7 +23,7 @@ asn1_retCode _asn1_create_static_structure(node_asn *pointer,
node_asn* _asn1_copy_structure3(node_asn *source_node);
-node_asn* _asn1_copy_structure2(node_asn *root,char *source_name);
+node_asn* _asn1_copy_structure2(node_asn *root,const char *source_name);
node_asn * _asn1_add_node_only(unsigned int type);