~ubuntu-branches/ubuntu/dapper/gnutls12/dapper

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_db_set_store_function.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-11-15 19:26:02 UTC
  • Revision ID: james.westby@ubuntu.com-20051115192602-f1ux56uyducz3f96
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "gnutls_db_set_store_function" 3 "1.2.9" "gnutls" "gnutls"
 
2
.SH NAME
 
3
gnutls_db_set_store_function
 
4
.SH SYNOPSIS
 
5
.B #include <gnutls/gnutls.h>
 
6
.sp
 
7
.BI "void gnutls_db_set_store_function(gnutls_session_t " session ", gnutls_db_store_func " store_func ");"
 
8
.SH ARGUMENTS
 
9
.IP "gnutls_session_t session" 12
 
10
is a 
 
11
.I "gnutls_session_t"
 
12
structure.
 
13
.IP "gnutls_db_store_func store_func" 12
 
14
is the function
 
15
.SH "DESCRIPTION"
 
16
Sets the function that will be used to store data from the resumed
 
17
sessions database. This function must remove 0 on success. 
 
18
 
 
19
The first argument to 
 
20
.B "store_function()"
 
21
will be null unless 
 
22
.B "gnutls_db_set_ptr()"
 
23
has been called.
 
24
.SH "REPORTING BUGS"
 
25
Report bugs to <bug-gnutls@gnu.org>.
 
26
.SH COPYRIGHT
 
27
Copyright \(co 2004 Free Software Foundation.
 
28
.br
 
29
Permission is granted to make and distribute verbatim copies of this
 
30
manual provided the copyright notice and this permission notice are
 
31
preserved on all copies.
 
32
.SH "SEE ALSO"
 
33
The full documentation for
 
34
.B gnutls
 
35
is maintained as a Texinfo manual.  If the
 
36
.B info
 
37
and
 
38
.B gnutls
 
39
programs are properly installed at your site, the command
 
40
.IP
 
41
.B info gnutls
 
42
.PP
 
43
should give you access to the complete manual.