# HG changeset patch # User William Ehlhardt # Date 1183854311 0 # Node ID bf23d58ec9c3b4a00e4a2ff2508ffdcbcf979c5c # Parent 33fb4930ad2b7c107e9bad025434e17bde9870e7 - Rearrange certificate.h for better organization diff -r 33fb4930ad2b -r bf23d58ec9c3 libpurple/certificate.h --- 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 */ /*****************************************************************************/ /*@{*/