libgaim/xmlnode.h

changeset 15238
e52522b871ee
parent 14988
66b34458d49e
child 15265
a5b0ab58b05d
--- a/libgaim/xmlnode.h	Mon Dec 11 17:48:40 2006 +0000
+++ b/libgaim/xmlnode.h	Mon Dec 11 19:44:35 2006 +0000
@@ -46,7 +46,7 @@
 struct _xmlnode
 {
 	char *name;			/**< The name of the node. */
-	char *namespace;		/**< The namespace of the node */
+	char *xmlns;		/**< The namespace of the node */
 	XMLNodeType type;		/**< The type of the node. */
 	char *data;			/**< The data for the node. */
 	size_t data_sz;			/**< The size of the data. */

mercurial