diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 00:50:36 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 00:50:36 +0800 |
commit | d0742036000286cd5ec17e1624f0242530e761db (patch) | |
tree | 8727eac9aa2f9c9f800de61de4bd2aa3e2d7a7e1 /e-util/e-xml-utils.h | |
parent | 0c08672df97b474a3cf299fccca47f933f12e84d (diff) | |
download | gsoc2013-evolution-d0742036000286cd5ec17e1624f0242530e761db.tar.gz gsoc2013-evolution-d0742036000286cd5ec17e1624f0242530e761db.tar.zst gsoc2013-evolution-d0742036000286cd5ec17e1624f0242530e761db.zip |
Remove these functions that are now in libedataserver/e-xml-utils.c
2005-12-17 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <glib.h> + #include <libxml/tree.h> +#include <libedataserver/e-xml-utils.h> + 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, |