comparison libpurple/certificate.h @ 18936:895831f93380

- Documentation correction
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 22 Jun 2007 03:33:52 +0000
parents 04be1b885ef3
children eac58c6caae7
comparison
equal deleted inserted replaced
18935:cb9d2b9ad6bc 18936:895831f93380
61 }; 61 };
62 62
63 /** A certificate type 63 /** A certificate type
64 * 64 *
65 * A CertificateScheme must implement all of the fields in the structure, 65 * A CertificateScheme must implement all of the fields in the structure,
66 * and register it using TODO:purple_register_certscheme() 66 * and register it using purple_certificate_register_scheme()
67 * 67 *
68 * There may be only ONE CertificateScheme provided for each certificate 68 * There may be only ONE CertificateScheme provided for each certificate
69 * type, as specified by the "name" field. 69 * type, as specified by the "name" field.
70 */ 70 */
71 struct _PurpleCertificateScheme 71 struct _PurpleCertificateScheme