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

« back to all changes in this revision

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