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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h
index c9b0ff2b39..7b39ddac5f 100644
--- a/e-util/e-xml-utils.h
+++ b/e-util/e-xml-utils.h
@@ -27,5 +27,6 @@
#include <gnome-xml/tree.h>
xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name);
int e_xml_get_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name);
+void e_xml_set_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name, int value);
#endif /* __E_XML_UTILS__ */