summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-01 22:07:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-01 22:14:09 +0200
commit0f25d868fa70dd4a4f373158a8ce692806161981 (patch)
tree10fe4392984348573f7d7ad82d69cf9edbf4799b /doc
parent6b4c44923d89de87d9b908b10eecc19f598f51c3 (diff)
downloadlibtasn1-0f25d868fa70dd4a4f373158a8ce692806161981.tar.gz
libtasn1-0f25d868fa70dd4a4f373158a8ce692806161981.tar.bz2
libtasn1-0f25d868fa70dd4a4f373158a8ce692806161981.zip
updated to new types
Diffstat (limited to 'doc')
-rw-r--r--doc/libtasn1.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi
index 3b97215..fc88b25 100644
--- a/doc/libtasn1.texi
+++ b/doc/libtasn1.texi
@@ -229,16 +229,16 @@ The name "?LAST" indicates the last element of a @code{SET_OF} or
The header file of this library is @file{libtasn1.h}.
-@cindex Main type ASN1_TYPE
+@cindex Main type asn_node_t
-The main type used in it is @code{ASN1_TYPE}, and it's used to store
+The main type used in it is @code{asn_node_t}, and it's used to store
the ASN.1 definitions and structures (instances).
-The constant @code{ASN1_TYPE_EMPTY} can be used for the variable
+The constant @code{NULL} can be used for the variable
initialization. For example:
@example
- ASN1_TYPE definitions=ASN1_TYPE_EMPTY;
+ asn_node_t definitions=NULL;
@end example
Some functions require a parameter named errorDescription of char*