1asn1_delete_structure(3) libtasn1 asn1_delete_structure(3)
2
3
4
6 asn1_delete_structure - API function
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 Copyright © 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
24 Inc..
25 Copying and distribution of this file, with or without modification,
26 are permitted in any medium without royalty provided the copyright
27 notice and this notice are preserved.
28
30 The full documentation for libtasn1 is maintained as a Texinfo manual.
31 If the info and libtasn1 programs are properly installed at your site,
32 the command
33
34 info libtasn1
35
36 should give you access to the complete manual.
37
38
39
40libtasn1 2.7 asn1_delete_structure(3)