libpurple/protocols/jabber/caps.h

branch
cpw.darkrain42.xmpp.bosh
changeset 24724
54e94c5f6978
parent 24721
227944e5d0d6
child 24732
7d4f758b7b0a
--- a/libpurple/protocols/jabber/caps.h	Fri Nov 21 17:52:56 2008 +0000
+++ b/libpurple/protocols/jabber/caps.h	Fri Nov 21 18:24:31 2008 +0000
@@ -29,10 +29,8 @@
 /* Implementation of XEP-0115 */
 extern GHashTable *capstable;
 
-typedef struct _JabberIdentity JabberCapsIdentity;
-
 struct _JabberCapsClientInfo {
-	GList *identities; /* JabberCapsIdentity */
+	GList *identities; /* JabberIdentity */
 	GList *features; /* char * */
 	GList *forms; /* xmlnode * */
 };

mercurial