diff 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
line wrap: on
line diff
--- a/libpurple/xmlnode.h	Sun Feb 04 18:33:44 2007 +0000
+++ b/libpurple/xmlnode.h	Sun Feb 04 19:42:39 2007 +0000
@@ -249,7 +249,7 @@
  *
  * @return A new copy of the src node.
  */
-xmlnode *xmlnode_copy(xmlnode *src);
+xmlnode *xmlnode_copy(const xmlnode *src);
 
 /**
  * Frees a node and all of it's children.