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

« back to all changes in this revision

Viewing changes to lib/includes/gnutls/openpgp.h

  • 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:
345
345
                                             const char *subkey_id,
346
346
                                             gnutls_openpgp_crt_fmt_t format);
347
347
 
348
 
  int
349
 
    gnutls_certificate_set_openpgp_keyring_mem
350
 
    (gnutls_certificate_credentials_t c, const unsigned char *data,
351
 
     size_t dlen, gnutls_openpgp_crt_fmt_t format);
 
348
  int gnutls_certificate_set_openpgp_keyring_mem
 
349
  (gnutls_certificate_credentials_t c, const unsigned char *data,
 
350
   size_t dlen, gnutls_openpgp_crt_fmt_t format);
352
351
 
353
 
  int
354
 
    gnutls_certificate_set_openpgp_keyring_file
355
 
    (gnutls_certificate_credentials_t c, const char *file,
356
 
     gnutls_openpgp_crt_fmt_t format);
 
352
  int gnutls_certificate_set_openpgp_keyring_file
 
353
  (gnutls_certificate_credentials_t c, const char *file,
 
354
   gnutls_openpgp_crt_fmt_t format);
357
355
 
358
356
#ifdef __cplusplus
359
357
}