blob: b2f52b2d56029d661411ae91d2729b8e0fc200e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@subheading asn1_dup_node
@anchor{asn1_dup_node}
@deftypefun {asn1_node} {asn1_dup_node} (asn1_node @var{src}, const char * @var{src_name})
@var{src}: Source asn1 node.
@var{src_name}: Field name in source node.
Create a deep copy of a asn1_node variable. This function
will return an exact copy of the provided structure.
@strong{Returns:} Return @code{NULL} on failure.
@end deftypefun
|