Mercurial > pidgin
diff libgaim/xmlnode.h @ 14436:289490ee84d1
[gaim-migrate @ 17150]
libxml2 is now required for XML parsing
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 04 Sep 2006 03:55:12 +0000 |
| parents | 2d7086454b08 |
| children | 500a8f54354e |
line wrap: on
line diff
--- a/libgaim/xmlnode.h Mon Sep 04 03:23:41 2006 +0000 +++ b/libgaim/xmlnode.h Mon Sep 04 03:55:12 2006 +0000 @@ -42,9 +42,7 @@ struct _xmlnode { char *name; /**< The name of the node. */ -#ifdef HAVE_LIBXML char *namespace; /**< The namespace of the node */ -#endif XMLNodeType type; /**< The type of the node. */ char *data; /**< The data for the node. */ size_t data_sz; /**< The size of the data. */
