Mercurial > pidgin.yaz
comparison libpurple/xmlnode.h @ 20515:7aaebdb013c9
explicit merge of '496506f552dcc01dcc38820f472dc9d27a82a997'
and '20899a5772594c6139b37b372cfab97e03cfa2ac'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 16 Sep 2007 18:05:12 +0000 |
| parents | 723b5a2f91ce 481749fc0b6b |
| children | bd60afa72fce |
comparison
equal
deleted
inserted
replaced
| 20514:723b5a2f91ce | 20515:7aaebdb013c9 |
|---|---|
| 260 * @return A new copy of the src node. | 260 * @return A new copy of the src node. |
| 261 */ | 261 */ |
| 262 xmlnode *xmlnode_copy(const xmlnode *src); | 262 xmlnode *xmlnode_copy(const xmlnode *src); |
| 263 | 263 |
| 264 /** | 264 /** |
| 265 * Frees a node and all of it's children. | 265 * Frees a node and all of its children. |
| 266 * | 266 * |
| 267 * @param node The node to free. | 267 * @param node The node to free. |
| 268 */ | 268 */ |
| 269 void xmlnode_free(xmlnode *node); | 269 void xmlnode_free(xmlnode *node); |
| 270 | 270 |
