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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_crt_init.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_x509_crt_init" 3 "2.2.3" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_x509_crt_init \- This function initializes a gnutls_x509_crt_t structure
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/x509.h>
 
7
.sp
 
8
.BI "int gnutls_x509_crt_init(gnutls_x509_crt_t * " cert ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_x509_crt_t * cert" 12
 
11
The structure to be initialized
 
12
.SH "DESCRIPTION"
 
13
This function will initialize an X.509 certificate structure.
 
14
 
 
15
Returns 0 on success.
 
16
.SH "REPORTING BUGS"
 
17
Report bugs to <bug-gnutls@gnu.org>.
 
18
.SH COPYRIGHT
 
19
Copyright \(co 2006, 2007 Free Software Foundation.
 
20
.br
 
21
Permission is granted to make and distribute verbatim copies of this
 
22
manual provided the copyright notice and this permission notice are
 
23
preserved on all copies.
 
24
.SH "SEE ALSO"
 
25
The full documentation for
 
26
.B gnutls
 
27
is maintained as a Texinfo manual.  If the
 
28
.B info
 
29
and
 
30
.B gnutls
 
31
programs are properly installed at your site, the command
 
32
.IP
 
33
.B info gnutls
 
34
.PP
 
35
should give you access to the complete manual.