--- 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 * */ };