diff options
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index d08e99afb0..bdcd756f3b 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -26,6 +26,8 @@ #include <gnome.h> #include <gnome-xml/tree.h> +BEGIN_GNOME_DECLS + xmlNode *e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name); /* lang set to NULL means use the current locale. */ @@ -87,4 +89,6 @@ void e_xml_set_string_prop_by_name (xmlNode *parent, gchar *e_xml_get_translated_string_prop_by_name (const xmlNode *parent, const xmlChar *prop_name); +END_GNOME_DECLS + #endif /* __E_XML_UTILS__ */ |