aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r--e-util/e-xml-utils.h5
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,