comparison libpurple/certificate.h @ 18950:f78a9efa9eaf

- Add purple_certificate_register_builtins
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 26 Jun 2007 19:46:35 +0000
parents 3c6bf77bf7c4
children 11e88e451bfb
comparison
equal deleted inserted replaced
18949:8902f0d7e40f 18950:f78a9efa9eaf
297 /*****************************************************************************/ 297 /*****************************************************************************/
298 /** @name PurpleCertificate Subsystem API */ 298 /** @name PurpleCertificate Subsystem API */
299 /*****************************************************************************/ 299 /*****************************************************************************/
300 /*@{*/ 300 /*@{*/
301 301
302 /**
303 * Registers the "universal" PurpleCertificateVerifier and
304 * PurpleCertificatePool types that libpurple knows about
305 */
306 void
307 purple_certificate_register_builtins(void);
308
302 /** Look up a registered CertificateScheme by name 309 /** Look up a registered CertificateScheme by name
303 * @param name The scheme name. Case insensitive. 310 * @param name The scheme name. Case insensitive.
304 * @return Pointer to the located Scheme, or NULL if it isn't found. 311 * @return Pointer to the located Scheme, or NULL if it isn't found.
305 */ 312 */
306 PurpleCertificateScheme * 313 PurpleCertificateScheme *