Imported Upstream version 4.14
[platform/upstream/libtasn1.git] / doc / man / asn1_delete_element.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_delete_element" 3 "4.13" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_delete_element \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "int asn1_delete_element(asn1_node " structure ", const char * " element_name ");"
9 .SH ARGUMENTS
10 .IP "asn1_node structure" 12
11 pointer to the structure that contains the element you
12 want to delete.
13 .IP "const char * element_name" 12
14 element's name you want to delete.
15 .SH "DESCRIPTION"
16 Deletes the element named * \fIelement_name\fP inside * \fIstructure\fP .
17 .SH "RETURNS"
18 \fBASN1_SUCCESS\fP if successful, \fBASN1_ELEMENT_NOT_FOUND\fP if
19 the  \fIelement_name\fP was not found.
20 .SH COPYRIGHT
21 Copyright \(co 2006-2015 Free Software Foundation, Inc..
22 .br
23 Copying and distribution of this file, with or without modification,
24 are permitted in any medium without royalty provided the copyright
25 notice and this notice are preserved.
26 .SH "SEE ALSO"
27 The full documentation for
28 .B libtasn1
29 is maintained as a Texinfo manual.  If the
30 .B info
31 and
32 .B libtasn1
33 programs are properly installed at your site, the command
34 .IP
35 .B info libtasn1
36 .PP
37 should give you access to the complete manual.
38 As an alternative you may obtain the manual from:
39 .IP
40 .B http://www.gnu.org/software/libtasn1/manual/
41 .PP