~ubuntu-branches/ubuntu/intrepid/gnutls26/intrepid-security

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_psk_allocate_client_credentials.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_psk_allocate_client_credentials" 3 "2.2.3" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_psk_allocate_client_credentials \- Used to allocate an gnutls_psk_server_credentials_t structure
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "int gnutls_psk_allocate_client_credentials(gnutls_psk_client_credentials_t * " sc ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_psk_client_credentials_t * sc" 12
 
11
is a pointer to an \fBgnutls_psk_server_credentials_t\fP structure.
 
12
.SH "DESCRIPTION"
 
13
This structure is complex enough to manipulate directly thus this
 
14
helper function is provided in order to allocate it.
 
15
.SH "RETURNS"
 
16
\fBGNUTLS_E_SUCCESS\fP on success, or an error code.
 
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.