Mercurial > pidgin
changeset 18974:6b7c234b4984
- cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 28 Jun 2007 23:33:53 +0000 |
parents | 28673b6fb8a2 |
children | 172b8d1dc2be |
files | libpurple/certificate.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.h Thu Jun 28 23:24:30 2007 +0000 +++ b/libpurple/certificate.h Thu Jun 28 23:33:53 2007 +0000 @@ -112,7 +112,7 @@ void (* uninit)(PurpleCertificatePool *pool); /** Check for presence of a certificate in the pool using unique ID */ - gboolean (* cert_in_pool_by_id)(const gchar *id); + gboolean (* cert_in_pool)(const gchar *id); /** Retrieve a PurpleCertificate from the pool */ PurpleCertificate * (* get_cert)(const gchar *id); /** Add a certificate to the pool. Must overwrite any other