diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-04 12:09:43 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-04 12:09:43 +0100 |
commit | 6d36b8c16269bb3efa326f0ca62adbe0b4b7ce33 (patch) | |
tree | a6484589a91dab7d1fa9781dc753ac21d2a84a3d /lib/structure.h | |
parent | eb82be7aecd4cde5afe23192403e0b29be6ca54f (diff) | |
download | libtasn1-6d36b8c16269bb3efa326f0ca62adbe0b4b7ce33.tar.gz libtasn1-6d36b8c16269bb3efa326f0ca62adbe0b4b7ce33.tar.bz2 libtasn1-6d36b8c16269bb3efa326f0ca62adbe0b4b7ce33.zip |
No need to publish _asn1_copy_structure2.
Diffstat (limited to 'lib/structure.h')
-rw-r--r-- | lib/structure.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/structure.h b/lib/structure.h index f074e14..1803e7a 100644 --- a/lib/structure.h +++ b/lib/structure.h @@ -13,8 +13,6 @@ asn1_retCode _asn1_create_static_structure(ASN1_TYPE pointer, ASN1_TYPE _asn1_copy_structure3(ASN1_TYPE source_node); -ASN1_TYPE _asn1_copy_structure2(ASN1_TYPE root,const char *source_name); - ASN1_TYPE _asn1_add_node_only(unsigned int type); ASN1_TYPE _asn1_find_left(ASN1_TYPE node); |