diff src/xmlnode.h @ 10425:9903182f2aac

[gaim-migrate @ 11677] Added a util function to read an xml file and parse it into an xmlnode tree Changed accounts.xml reading to use xmlnode's committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 22:52:52 +0000
parents 108151be77a3
children 703f722d076f
line wrap: on
line diff
--- a/src/xmlnode.h	Sun Dec 26 18:58:36 2004 +0000
+++ b/src/xmlnode.h	Sun Dec 26 22:52:52 2004 +0000
@@ -161,7 +161,7 @@
  * @return The node repersented as a string.  You must
  *         g_free this string when finished using it.
  */
-gchar *xmlnode_to_str(xmlnode *node, int *len);
+char *xmlnode_to_str(xmlnode *node, int *len);
 
 /**
  * Returns the node in a string of human readable xml.
@@ -173,7 +173,7 @@
  *         tab and new line characters.  You must
  *         g_free this string when finished using it.
  */
-gchar *xmlnode_to_formatted_str(xmlnode *node, int *len);
+char *xmlnode_to_formatted_str(xmlnode *node, int *len);
 
 /**
  * Creates a node from a string of XML.  Calling this on the