From d0742036000286cd5ec17e1624f0242530e761db Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 17 Dec 2005 16:50:36 +0000 Subject: Remove these functions that are now in libedataserver/e-xml-utils.c 2005-12-17 Tor Lillqvist * e-xml-utils.c (e_xml_get_child_by_name, e_xml_save_file): Remove these functions that are now in libedataserver/e-xml-utils.c * e-xml-utils.h: Include libedataserver/e-xml-utils.h. svn path=/trunk/; revision=30826 --- e-util/e-xml-utils.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'e-util/e-xml-utils.h') diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index 6c39ee6f79..501a643fea 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -25,12 +25,13 @@ #define __E_XML_UTILS__ #include + #include +#include + G_BEGIN_DECLS -xmlNode *e_xml_get_child_by_name (const xmlNode *parent, - const xmlChar *child_name); /* lang set to NULL means use the current locale. */ xmlNode *e_xml_get_child_by_name_by_lang (const xmlNode *parent, const xmlChar *child_name, -- cgit v1.2.3