summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_dh_params_cpy
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_dh_params_cpy')
-rw-r--r--doc/functions/gnutls_dh_params_cpy15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/functions/gnutls_dh_params_cpy b/doc/functions/gnutls_dh_params_cpy
new file mode 100644
index 0000000..91cb7a7
--- /dev/null
+++ b/doc/functions/gnutls_dh_params_cpy
@@ -0,0 +1,15 @@
+
+
+
+
+@deftypefun {int} {gnutls_dh_params_cpy} (gnutls_dh_params_t @var{dst}, gnutls_dh_params_t @var{src})
+@var{dst}: Is the destination parameters, which should be initialized.
+
+@var{src}: Is the source parameters
+
+This function will copy the DH parameters structure from source
+to destination. The destination should be already initialized.
+
+@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned,
+otherwise a negative error code is returned.
+@end deftypefun