--- 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. */