pidgin: 96777141: We can use the typedef here, right?
markdoliner at pidgin.im
markdoliner at pidgin.im
Mon Aug 3 22:21:06 EDT 2009
-----------------------------------------------------------------
Revision: 96777141ce1e924f65eb42a1fe65b8e2c5bec883
Ancestor: d37240fe89a03e9842a5cf770be6b4c612f4c1ef
Author: markdoliner at pidgin.im
Date: 2009-08-04T02:06:01
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/96777141ce1e924f65eb42a1fe65b8e2c5bec883
Modified files:
libpurple/xmlnode.h
ChangeLog:
We can use the typedef here, right?
-------------- next part --------------
============================================================
--- libpurple/xmlnode.h d06e8c0895a25626103db5e53c16d99eaea41412
+++ libpurple/xmlnode.h 40cb4d25125038154a0495839c914b97a32de5de
@@ -53,10 +53,10 @@ struct _xmlnode
XMLNodeType type; /**< The type of the node. */
char *data; /**< The data for the node. */
size_t data_sz; /**< The size of the data. */
- struct _xmlnode *parent; /**< The parent node or @c NULL.*/
- struct _xmlnode *child; /**< The child node or @c NULL.*/
- struct _xmlnode *lastchild; /**< The last child node or @c NULL.*/
- struct _xmlnode *next; /**< The next node or @c NULL. */
+ xmlnode *parent; /**< The parent node or @c NULL.*/
+ xmlnode *child; /**< The child node or @c NULL.*/
+ xmlnode *lastchild; /**< The last child node or @c NULL.*/
+ xmlnode *next; /**< The next node or @c NULL. */
char *prefix; /**< The namespace prefix if any. */
GHashTable *namespace_map; /**< The namespace map. */
};
More information about the Commits
mailing list