comparison libpurple/xmlnode.h @ 15548:c2d75b47198d

sf patch #1647731, from Markus Elfring constify some things
author Mark Doliner <mark@kingant.net>
date Sun, 04 Feb 2007 19:42:39 +0000
parents 5fe8042783c1
children 32c366eeeb99
comparison
equal deleted inserted replaced
15547:6d16b2ef2489 15548:c2d75b47198d
247 * 247 *
248 * @param src The node to copy. 248 * @param src The node to copy.
249 * 249 *
250 * @return A new copy of the src node. 250 * @return A new copy of the src node.
251 */ 251 */
252 xmlnode *xmlnode_copy(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 it's children.
256 * 256 *
257 * @param node The node to free. 257 * @param node The node to free.