summaryrefslogtreecommitdiff
path: root/lib/structure.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-13 21:38:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-13 21:38:49 +0200
commit95da3661c7e758352893636508d776652aa5a991 (patch)
tree4af304dd03694c524b20b9146188b21d1117c98b /lib/structure.h
parent3a85aab40b2a866b8ba7d0b32c74e4f3fe13ba7e (diff)
downloadlibtasn1-95da3661c7e758352893636508d776652aa5a991.tar.gz
libtasn1-95da3661c7e758352893636508d776652aa5a991.tar.bz2
libtasn1-95da3661c7e758352893636508d776652aa5a991.zip
_asn1_add_node_only -> _asn1_add_single_node
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 0a84e26..cf4205b 100644
--- a/lib/structure.h
+++ b/lib/structure.h
@@ -34,7 +34,7 @@ asn1_retCode _asn1_create_static_structure (ASN1_TYPE pointer,
ASN1_TYPE _asn1_copy_structure3 (ASN1_TYPE source_node);
-ASN1_TYPE _asn1_add_node_only (unsigned int type);
+ASN1_TYPE _asn1_add_single_node (unsigned int type);
ASN1_TYPE _asn1_find_left (ASN1_TYPE node);