diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-07-01 20:04:32 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-07-01 20:04:32 +0000 |
commit | a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4 (patch) | |
tree | 0795570f20b32b951811518dd9904c39f36263f4 /lib/structure.h | |
parent | 33583825c4df6d34fb8af3e3c47b239db4172857 (diff) | |
download | libtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.tar.gz libtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.tar.bz2 libtasn1-a3144f043e1c7c1da9c212a89d9e32ceff3e0ea4.zip |
add const keyword
Diffstat (limited to 'lib/structure.h')
-rw-r--r-- | lib/structure.h | 2 |
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); |