summaryrefslogtreecommitdiff
path: root/lib/element.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-04 11:58:27 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-04 11:58:27 +0100
commiteb82be7aecd4cde5afe23192403e0b29be6ca54f (patch)
treee3cda0f2e2ec6fde1ea5ce9084eed2d1ed987862 /lib/element.h
parentd6534ac73ed2cb8007314ea9e4117cb0283ae7a9 (diff)
downloadlibtasn1-eb82be7aecd4cde5afe23192403e0b29be6ca54f.tar.gz
Move struct node_asn_struct to int.h.
Diffstat (limited to 'lib/element.h')
-rw-r--r--lib/element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/element.h b/lib/element.h
index 3db9529..f0314d2 100644
--- a/lib/element.h
+++ b/lib/element.h
@@ -3,11 +3,11 @@
#define _ELEMENT_H
-asn1_retCode _asn1_append_sequence_set(node_asn *node);
+asn1_retCode _asn1_append_sequence_set(ASN1_TYPE node);
asn1_retCode _asn1_convert_integer(const char *value,unsigned char *value_out,
int value_out_size, int *len);
-void _asn1_hierarchical_name(node_asn *node,char *name,int name_size);
+void _asn1_hierarchical_name(ASN1_TYPE node,char *name,int name_size);
#endif