comparison libpurple/certificate.h @ 19566:57d350900136

Tooltips can be for the buddylist or for conversation windows. A more appropriate fix for #2723.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Sep 2007 23:50:22 +0000
parents e93db0c87b26
children b99a158ea85e
comparison
equal deleted inserted replaced
19565:4691b5f80ac8 19566:57d350900136
769 * @TODO Will break on CA certs, as they have no Common Name 769 * @TODO Will break on CA certs, as they have no Common Name
770 */ 770 */
771 void 771 void
772 purple_certificate_display_x509(PurpleCertificate *crt); 772 purple_certificate_display_x509(PurpleCertificate *crt);
773 773
774 /**
775 * Initialize the certificate subsystem.
776 */
777 void purple_certificates_init(void);
778
779 /**
780 * Uninitialize the certificate subsystem.
781 */
782 void purple_certificates_uninit(void);
783
774 784
775 #ifdef __cplusplus 785 #ifdef __cplusplus
776 } 786 }
777 #endif /* __cplusplus */ 787 #endif /* __cplusplus */
778 788