From: Simon Josefsson Date: Tue, 12 May 2009 07:16:09 +0000 (+0200) Subject: Doc fix. X-Git-Tag: gnutls_2_7_10~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fca2f17d4a0137a88aea39d37fb93496dda9826;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 24ad07bc06..9d5b3f5ac7 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -155,15 +155,15 @@ gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc, #ifdef ENABLE_OPENPGP /** - * gnutls_certificate_get_openpgp_keyring - Used to export the keyring from a gnutls_certificate_credentials_t structure - * @sc: is an #gnutls_certificate_credentials_t structure. - * @ring: the exported keyring. Should be treated as constant - * - * This function will export the OpenPGP keyring associated with the - * given credentials. - * - * Since: 2.4.0 - **/ + * gnutls_certificate_get_openpgp_keyring - export keyring from a #gnutls_certificate_credentials_t + * @sc: is an #gnutls_certificate_credentials_t structure. + * @keyring: the exported keyring. Should be treated as constant + * + * This function will export the OpenPGP keyring associated with the + * given credentials. + * + * Since: 2.4.0 + **/ void gnutls_certificate_get_openpgp_keyring (gnutls_certificate_credentials_t sc, gnutls_openpgp_keyring_t * keyring)