From 95da3661c7e758352893636508d776652aa5a991 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 13 Sep 2012 21:38:49 +0200 Subject: _asn1_add_node_only -> _asn1_add_single_node --- lib/structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/structure.h') 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); -- cgit v1.2.3