asn1_delete_structure2(3) API function

SYNOPSIS

#include <libtasn1.h>

int asn1_delete_structure2(asn1_node * structure, unsigned int flags);

ARGUMENTS

asn1_node * structure
pointer to the structure that you want to delete.
unsigned int flags
additional flags (see ASN1_DELETE_FLAG)

DESCRIPTION

Deletes the structure * structure . At the end, * structure is set to NULL.

RETURNS

ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND if * structure was NULL.

COPYRIGHT

Copyright © 2006-2013 Free Software Foundation, Inc..
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.