summaryrefslogtreecommitdiff
path: root/doc/libtasn1.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-11 08:53:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-11 08:53:50 +0200
commit2f1c471fbcdbcedf69f914a5a3726107c156b17d (patch)
tree569956fd136c2a1b6a829b57b22d334edb06d6b2 /doc/libtasn1.texi
parent546930508edce93729d41c87901b20b2eb3631fc (diff)
downloadlibtasn1-2f1c471fbcdbcedf69f914a5a3726107c156b17d.tar.gz
libtasn1-2f1c471fbcdbcedf69f914a5a3726107c156b17d.tar.bz2
libtasn1-2f1c471fbcdbcedf69f914a5a3726107c156b17d.zip
Renamed structures.
Avoid using the reserved by POSIX _t. Suggested by Ivan Shmakov. asn1_static_node_t -> asn1_static_node asn1_node_t -> asn1_node
Diffstat (limited to 'doc/libtasn1.texi')
-rw-r--r--doc/libtasn1.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi
index 3268914..13238aa 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_node_t
+@cindex Main type asn1_node
-The main type used in it is @code{asn1_node_t}, and it's used to store
+The main type used in it is @code{asn1_node}, 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
- asn1_node_t definitions=NULL;
+ asn1_node definitions=NULL;
@end example
Some functions require a parameter named errorDescription of char*