summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_ext_get_data
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_ext_get_data')
-rw-r--r--doc/functions/gnutls_ext_get_data17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/functions/gnutls_ext_get_data b/doc/functions/gnutls_ext_get_data
new file mode 100644
index 0000000..ccf9108
--- /dev/null
+++ b/doc/functions/gnutls_ext_get_data
@@ -0,0 +1,17 @@
+
+
+
+
+@deftypefun {int} {gnutls_ext_get_data} (gnutls_session_t @var{session}, unsigned @var{tls_id}, gnutls_ext_priv_data_t * @var{data})
+@var{session}: a @code{gnutls_session_t} opaque pointer
+
+@var{tls_id}: the numeric id of the extension
+
+@var{data}: a pointer to the private data to retrieve
+
+This function retrieves any data previously stored with @code{gnutls_ext_set_data()} .
+
+@strong{Returns:} @code{GNUTLS_E_SUCCESS} on success, otherwise a negative error code.
+
+@strong{Since:} 3.4.0
+@end deftypefun