Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_copy_node.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_copy_node" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_copy_node \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "asn1_retCode asn1_copy_node(ASN1_TYPE " dst ", const char * " dst_name ", ASN1_TYPE " src ", const char * " src_name ");"
9 .SH ARGUMENTS
10 .IP "ASN1_TYPE dst" 12
11 Destination ASN1_TYPE node.
12 .IP "const char * dst_name" 12
13 Field name in destination node.
14 .IP "ASN1_TYPE src" 12
15 Source ASN1_TYPE node.
16 .IP "const char * src_name" 12
17 Field name in source node.
18 .SH "DESCRIPTION"
19 Create a deep copy of a ASN1_TYPE variable.
20 .SH "RETURN VALUE"
21 Return \fBASN1_SUCCESS\fP on success.
22 .SH COPYRIGHT
23 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
24 .br
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 .SH "SEE ALSO"
29 The full documentation for
30 .B libtasn1
31 is maintained as a Texinfo manual.  If the
32 .B info
33 and
34 .B libtasn1
35 programs are properly installed at your site, the command
36 .IP
37 .B info libtasn1
38 .PP
39 should give you access to the complete manual.