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