diff options
Diffstat (limited to 'doc/texi/element.c.texi')
-rw-r--r-- | doc/texi/element.c.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/texi/element.c.texi b/doc/texi/element.c.texi index 9f793e5..5d8d328 100644 --- a/doc/texi/element.c.texi +++ b/doc/texi/element.c.texi @@ -111,7 +111,7 @@ result=asn1_write_value(cert, @subheading asn1_read_value @anchor{asn1_read_value} -@deftypefun {int} {asn1_read_value} (asn1_node @var{root}, const char * @var{name}, void * @var{ivalue}, int * @var{len}) +@deftypefun {int} {asn1_read_value} (asn1_node_const @var{root}, const char * @var{name}, void * @var{ivalue}, int * @var{len}) @var{root}: pointer to a structure. @var{name}: the name of the element inside a structure that you want to read. @@ -182,7 +182,7 @@ this function may return @code{ASN1_SUCCESS} even if the provided @code{len} i @subheading asn1_read_value_type @anchor{asn1_read_value_type} -@deftypefun {int} {asn1_read_value_type} (asn1_node @var{root}, const char * @var{name}, void * @var{ivalue}, int * @var{len}, unsigned int * @var{etype}) +@deftypefun {int} {asn1_read_value_type} (asn1_node_const @var{root}, const char * @var{name}, void * @var{ivalue}, int * @var{len}, unsigned int * @var{etype}) @var{root}: pointer to a structure. @var{name}: the name of the element inside a structure that you want to read. @@ -255,7 +255,7 @@ this function may return @code{ASN1_SUCCESS} even if the provided @code{len} i @subheading asn1_read_tag @anchor{asn1_read_tag} -@deftypefun {int} {asn1_read_tag} (asn1_node @var{root}, const char * @var{name}, int * @var{tagValue}, int * @var{classValue}) +@deftypefun {int} {asn1_read_tag} (asn1_node_const @var{root}, const char * @var{name}, int * @var{tagValue}, int * @var{classValue}) @var{root}: pointer to a structure @var{name}: the name of the element inside a structure. @@ -275,7 +275,7 @@ CLASS can have one of these constants: @code{ASN1_CLASS_APPLICATION} , @subheading asn1_read_node_value @anchor{asn1_read_node_value} -@deftypefun {int} {asn1_read_node_value} (asn1_node @var{node}, asn1_data_node_st * @var{data}) +@deftypefun {int} {asn1_read_node_value} (asn1_node_const @var{node}, asn1_data_node_st * @var{data}) @var{node}: pointer to a node. @var{data}: a point to a asn1_data_node_st |