Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_delete_structure.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_delete_structure" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_delete_structure \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "asn1_retCode asn1_delete_structure(ASN1_TYPE * " structure ");"
9 .SH ARGUMENTS
10 .IP "ASN1_TYPE * structure" 12
11 pointer to the structure that you want to delete.
12 .SH "DESCRIPTION"
13 Deletes the structure *\fIstructure\fP.  At the end, *\fIstructure\fP is set
14 to ASN1_TYPE_EMPTY.
15 .SH "RETURNS"
16 .SH COPYRIGHT
17 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
18 .br
19 Copying and distribution of this file, with or without modification,
20 are permitted in any medium without royalty provided the copyright
21 notice and this notice are preserved.
22 .SH "SEE ALSO"
23 The full documentation for
24 .B libtasn1
25 is maintained as a Texinfo manual.  If the
26 .B info
27 and
28 .B libtasn1
29 programs are properly installed at your site, the command
30 .IP
31 .B info libtasn1
32 .PP
33 should give you access to the complete manual.