diff libpurple/certificate.h @ 18982:8948cd6bb8bc

- CertificatePool put_cert now accepts an id argument
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 05 Jul 2007 04:58:11 +0000
parents 31bdbb82de7e
children bb4acabd8fac
line wrap: on
line diff
--- a/libpurple/certificate.h	Mon Jul 02 17:18:49 2007 +0000
+++ b/libpurple/certificate.h	Thu Jul 05 04:58:11 2007 +0000
@@ -114,7 +114,7 @@
 	 *  certificates sharing the same ID in the pool.
 	 *  @return TRUE if the operation succeeded, otherwise FALSE
 	 */
-	gboolean (* put_cert)(PurpleCertificate *crt);
+	gboolean (* put_cert)(const gchar *id, PurpleCertificate *crt);
 };
 
 /** A certificate type