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 int asn1_delete_structure(asn1_node * structure);
12
14 asn1_node * 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 NULL.
20
22 ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND if * structure was
23 NULL.
24
26 Copyright © 2006-2015 Free Software Foundation, Inc..
27 Copying and distribution of this file, with or without modification,
28 are permitted in any medium without royalty provided the copyright
29 notice and this notice are preserved.
30
32 The full documentation for libtasn1 is maintained as a Texinfo manual.
33 If the info and libtasn1 programs are properly installed at your site,
34 the command
35
36 info libtasn1
37
38 should give you access to the complete manual. As an alternative you
39 may obtain the manual from:
40
41 http://www.gnu.org/software/libtasn1/manual/
42
43libtasn1 4.16.0 asn1_delete_structure(3)