~ubuntu-branches/ubuntu/intrepid/gnutls26/intrepid-proposed

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_db_set_ptr.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-05-01 13:09:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080501130949-qsbsi06stso6a0ij
Tags: upstream-2.2.3~rc
ImportĀ upstreamĀ versionĀ 2.2.3~rc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_db_set_ptr" 3 "2.2.3" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_db_set_ptr \- Sets a pointer to be sent to db functions
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "void gnutls_db_set_ptr(gnutls_session_t " session ", void * " ptr ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_session_t session" 12
 
11
is a \fBgnutls_session_t\fP structure.
 
12
.IP "void * ptr" 12
 
13
is the pointer
 
14
.SH "DESCRIPTION"
 
15
Sets the pointer that will be provided to db store, retrieve and delete functions, as
 
16
the first argument. 
 
17
.SH "REPORTING BUGS"
 
18
Report bugs to <bug-gnutls@gnu.org>.
 
19
.SH COPYRIGHT
 
20
Copyright \(co 2006, 2007 Free Software Foundation.
 
21
.br
 
22
Permission is granted to make and distribute verbatim copies of this
 
23
manual provided the copyright notice and this permission notice are
 
24
preserved on all copies.
 
25
.SH "SEE ALSO"
 
26
The full documentation for
 
27
.B gnutls
 
28
is maintained as a Texinfo manual.  If the
 
29
.B info
 
30
and
 
31
.B gnutls
 
32
programs are properly installed at your site, the command
 
33
.IP
 
34
.B info gnutls
 
35
.PP
 
36
should give you access to the complete manual.