summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_db_set_ptr
blob: 712f0e8ce38cce7a9fcfff10409097f8933ae4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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