Mercurial > pidgin.yaz
changeset 18994:bf23d58ec9c3
- Rearrange certificate.h for better organization
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Sun, 08 Jul 2007 00:25:11 +0000 |
parents | 33fb4930ad2b |
children | 47b06daea9d1 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.h Sat Jul 07 23:59:13 2007 +0000 +++ b/libpurple/certificate.h Sun Jul 08 00:25:11 2007 +0000 @@ -310,7 +310,7 @@ }; /*****************************************************************************/ -/** @name PurpleCertificate API */ +/** @name Certificate Verification Functions */ /*****************************************************************************/ /*@{*/ @@ -351,6 +351,13 @@ void purple_certificate_verify_destroy (PurpleCertificateVerificationRequest *vrq); +/*@}*/ + +/*****************************************************************************/ +/** @name Certificate Functions */ +/*****************************************************************************/ +/*@{*/ + /** * Destroys and free()'s a Certificate * @@ -412,6 +419,12 @@ gchar * purple_certificate_get_subject_name(PurpleCertificate *crt); +/*@}*/ + +/*****************************************************************************/ +/** @name Certificate Pool Functions */ +/*****************************************************************************/ +/*@{*/ /** * Helper function for generating file paths in ~/.purple/certificates for * CertificatePools that use them. @@ -428,7 +441,7 @@ /*@}*/ /*****************************************************************************/ -/** @name PurpleCertificate Subsystem API */ +/** @name Certificate Subsystem API */ /*****************************************************************************/ /*@{*/