diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-06 14:29:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-06 14:29:37 +0200 |
commit | 22dd88046a752020c9b7aec5710231da92cdbeb7 (patch) | |
tree | 64e9155520d48d3ca7df5668f3492bd2354da543 /doc | |
parent | 40e7731b1ff6b250744b76216945308dc7146213 (diff) | |
download | libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.tar.gz libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.tar.bz2 libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.zip |
asn_ -> asn1_
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libtasn1.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi index fc88b25..3268914 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 asn_node_t +@cindex Main type asn1_node_t -The main type used in it is @code{asn_node_t}, and it's used to store +The main type used in it is @code{asn1_node_t}, and it's used to store the ASN.1 definitions and structures (instances). The constant @code{NULL} can be used for the variable initialization. For example: @example - asn_node_t definitions=NULL; + asn1_node_t definitions=NULL; @end example Some functions require a parameter named errorDescription of char* |