Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / asn1_delete_element.texi
1 @subheading asn1_delete_element
2 @anchor{asn1_delete_element}
3 @deftypefun {asn1_retCode} {asn1_delete_element} (ASN1_TYPE @var{structure}, const char * @var{element_name})
4 @var{structure}: pointer to the structure that contains the element you
5 want to delete.
6
7 @var{element_name}: element's name you want to delete.
8
9 Deletes the element named *@code{element_name} inside *@code{structure}.
10
11 @strong{Returns:} @end deftypefun
12