diff libpurple/certificate.h @ 19022:1f07f96dc1ce

- Add purple_certificate_get_handle
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 14 Jul 2007 02:35:54 +0000
parents fcca10d0ac7d
children eb86ff3ba21a
line wrap: on
line diff
--- a/libpurple/certificate.h	Fri Jul 13 09:09:52 2007 +0000
+++ b/libpurple/certificate.h	Sat Jul 14 02:35:54 2007 +0000
@@ -541,6 +541,12 @@
 void
 purple_certificate_uninit(void);
 
+/**
+ * Get the Certificate subsystem handle for signalling purposes
+ */
+gpointer
+purple_certificate_get_handle(void);
+
 /** Look up a registered CertificateScheme by name
  * @param name   The scheme name. Case insensitive.
  * @return Pointer to the located Scheme, or NULL if it isn't found.