libpurple/protocols/jabber/disco.h

changeset 39556
622bf98df0ac
parent 34935
686fa55b0deb
child 39819
3554dac2991b
--- a/libpurple/protocols/jabber/disco.h	Mon Apr 01 21:57:01 2019 -0400
+++ b/libpurple/protocols/jabber/disco.h	Mon Apr 01 22:19:54 2019 -0400
@@ -26,7 +26,7 @@
 
 #include "jabber.h"
 
-typedef struct _JabberDiscoItem {
+typedef struct {
 	const char *jid;  /* MUST */
 	const char *node; /* SHOULD */
 	const char *name; /* MAY */

mercurial