From cc131a99593812dd0dddd78f802b0f67adadf482 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 22 Nov 2011 23:11:21 +0100 Subject: Separated API reference to header files in the texi manual. --- lib/includes/gnutls/openpgp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/includes/gnutls/openpgp.h') diff --git a/lib/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h index c3cedf8887..f5c456dab9 100644 --- a/lib/includes/gnutls/openpgp.h +++ b/lib/includes/gnutls/openpgp.h @@ -345,12 +345,12 @@ extern "C" const char *subkey_id, gnutls_openpgp_crt_fmt_t format); - int gnutls_certificate_set_openpgp_keyring_mem - (gnutls_certificate_credentials_t c, const unsigned char *data, + int gnutls_certificate_set_openpgp_keyring_mem ( + gnutls_certificate_credentials_t c, const unsigned char *data, size_t dlen, gnutls_openpgp_crt_fmt_t format); - int gnutls_certificate_set_openpgp_keyring_file - (gnutls_certificate_credentials_t c, const char *file, + int gnutls_certificate_set_openpgp_keyring_file ( + gnutls_certificate_credentials_t c, const char *file, gnutls_openpgp_crt_fmt_t format); #ifdef __cplusplus -- cgit v1.2.1