diff libpurple/xmlnode.h @ 32381:5876584828e8

Please correct me if I'm wrong, but I don't think we gain anything from declaring _PurpleBlah versions of enums if we do a typedef at the same time. I don't think it's necessary. Fixes #4475
author Mark Doliner <mark@kingant.net>
date Mon, 22 Aug 2011 07:20:49 +0000
parents 77cd42f08ba1
children 67addaf8677f
line wrap: on
line diff
--- a/libpurple/xmlnode.h	Mon Aug 22 07:01:27 2011 +0000
+++ b/libpurple/xmlnode.h	Mon Aug 22 07:20:49 2011 +0000
@@ -35,7 +35,7 @@
 /**
  * The valid types for an xmlnode
  */
-typedef enum _XMLNodeType
+typedef enum
 {
 	XMLNODE_TYPE_TAG,		/**< Just a tag */
 	XMLNODE_TYPE_ATTRIB,		/**< Has attributes */