~ubuntu-branches/ubuntu/trusty/libtasn1-3/trusty

« back to all changes in this revision

Viewing changes to doc/man/asn1_delete_structure.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-06-07 20:14:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060607201452-7a9dojyu7i2kfbyp
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "asn1_delete_structure" 3 "0.3.4" "libtasn1" "libtasn1"
 
3
.SH NAME
 
4
asn1_delete_structure \- Deletes the structure pointed by *ROOT.
 
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 "ASN1_SUCCESS"
 
17
Everything OK.
 
18
.SH "ASN1_ELEMENT_NOT_FOUND"
 
19
*\fIstructure\fP was ASN1_TYPE_EMPTY.
 
20
.SH COPYRIGHT
 
21
Copyright \(co 2001, 2002, 2003 Fabio Fiorina.
 
22
.br
 
23
Permission is granted to make and distribute verbatim copies of this
 
24
manual provided the copyright notice and this permission notice are
 
25
preserved on all copies.
 
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.