summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_db_set_ptr
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_db_set_ptr')
-rw-r--r--doc/functions/gnutls_db_set_ptr12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_db_set_ptr b/doc/functions/gnutls_db_set_ptr
new file mode 100644
index 0000000..712f0e8
--- /dev/null
+++ b/doc/functions/gnutls_db_set_ptr
@@ -0,0 +1,12 @@
+
+
+
+
+@deftypefun {void} {gnutls_db_set_ptr} (gnutls_session_t @var{session}, void * @var{ptr})
+@var{session}: is a @code{gnutls_session_t} type.
+
+@var{ptr}: is the pointer
+
+Sets the pointer that will be provided to db store, retrieve and
+delete functions, as the first argument.
+@end deftypefun