summaryrefslogtreecommitdiff
path: root/lib/structure.h
diff options
context:
space:
mode:
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);