1asn1_delete_structure(3) libtasn1 asn1_delete_structure(3)
2
3
4
6 asn1_delete_structure - Deletes the structure pointed by *ROOT.
7
9 #include <libtasn1.h>
10
11 asn1_retCode asn1_delete_structure(ASN1_TYPE * structure);
12
14 ASN1_TYPE * structure
15 pointer to the structure that you want to delete.
16
18 Deletes the structure *structure. At the end, *structure is set to
19 ASN1_TYPE_EMPTY.
20
23 Everything OK.
24
26 *structure was ASN1_TYPE_EMPTY.
27
29 Copyright © 2006, 2007, 2008, 2009 Free Software Foundation, Inc..
30 Copying and distribution of this file, with or without modification,
31 are permitted in any medium without royalty provided the copyright
32 notice and this notice are preserved.
33
35 The full documentation for libtasn1 is maintained as a Texinfo manual.
36 If the info and libtasn1 programs are properly installed at your site,
37 the command
38
39 info libtasn1
40
41 should give you access to the complete manual.
42
43
44
45libtasn1 2.3 asn1_delete_structure(3)