From 2f1c471fbcdbcedf69f914a5a3726107c156b17d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 11 Oct 2012 08:53:50 +0200 Subject: 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 --- doc/libtasn1.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/libtasn1.texi') 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* -- cgit v1.2.3