diff libpurple/protocols/jabber/caps.h @ 25028:e6f92c0f9770

* adding IPC function 'contact_has_feature' * keep track of the contacts' resources' caps hashes
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 06 Jul 2008 21:09:50 +0000
parents 45816181b7de
children 7f6558c7a0a3
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h	Sun Jul 06 18:51:26 2008 +0000
+++ b/libpurple/protocols/jabber/caps.h	Sun Jul 06 21:09:50 2008 +0000
@@ -27,6 +27,7 @@
 #include "jabber.h"
 
 /* Implementation of XEP-0115 */
+extern GHashTable *capstable;
 
 typedef struct _JabberIdentity JabberCapsIdentity;