c1e1b264147efe57d71474c462439c0fd8565c21
[platform/upstream/libtasn1.git] / doc / man / asn1_delete_structure2.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_delete_structure2" 3 "4.8" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_delete_structure2 \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "int asn1_delete_structure2(asn1_node * " structure ", unsigned int " flags ");"
9 .SH ARGUMENTS
10 .IP "asn1_node * structure" 12
11 pointer to the structure that you want to delete.
12 .IP "unsigned int flags" 12
13 additional flags (see \fBASN1_DELETE_FLAG\fP)
14 .SH "DESCRIPTION"
15 Deletes the structure * \fIstructure\fP .  At the end, * \fIstructure\fP is set
16 to NULL.
17 .SH "RETURNS"
18 \fBASN1_SUCCESS\fP if successful, \fBASN1_ELEMENT_NOT_FOUND\fP if
19 * \fIstructure\fP was NULL.
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