libpurple/xmlnode.h

branch
soc.2007.xmpp
changeset 17775
1df27cab581c
parent 15884
4de1981757fc
child 18718
17a6c2c4820e
equal deleted inserted replaced
17774:fdb76fddd16a 17775:1df27cab581c
250 * @return A new copy of the src node. 250 * @return A new copy of the src node.
251 */ 251 */
252 xmlnode *xmlnode_copy(const xmlnode *src); 252 xmlnode *xmlnode_copy(const xmlnode *src);
253 253
254 /** 254 /**
255 * Frees a node and all of it's children. 255 * Frees a node and all of its children.
256 * 256 *
257 * @param node The node to free. 257 * @param node The node to free.
258 */ 258 */
259 void xmlnode_free(xmlnode *node); 259 void xmlnode_free(xmlnode *node);
260 260

mercurial