~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to doc/pgp-api.texi

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-09-20 19:37:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20110920193706-a9phjijvddzg3nkl
Tags: 3.0.3-1
* New upstream version. (Includes a fix for #640639)
* Bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
@subheading gnutls_certificate_set_openpgp_keyring_file
94
94
@anchor{gnutls_certificate_set_openpgp_keyring_file}
95
 
@deftypefun {int} {gnutls_certificate_set_openpgp_keyring_file} (gnutls_certificate_credentials_t                                              @var{cred}, const char * @var{file}, gnutls_openpgp_crt_fmt_t @var{format})
96
 
@var{cred}: A certificate credentials structure
 
95
@deftypefun {int} {gnutls_certificate_set_openpgp_keyring_file} (gnutls_certificate_credentials_t @var{c}, const char * @var{file}, gnutls_openpgp_crt_fmt_t @var{format})
 
96
@var{c}: A certificate credentials structure
97
97
 
98
98
@var{file}: filename of the keyring.
99
99