From c2ffbbece7eb57bd53aaf07ed0318dd79bbb0b7a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 25 Feb 2000 04:28:14 +0000 Subject: Added e_xml_get_integer_prop_by_name. 2000-02-24 Christopher James Lahey * e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added e_xml_get_integer_prop_by_name. * e-util/Makefile.am: Added e-util.c. * e-util/e-util.h: Added e-util.c functions. * e-util/e-util.c: New file for compare functions from mail: 2000-02-24 Christopher James Lahey * message-list.c: Changed to match new e_table_simple interface. svn path=/trunk/; revision=1931 --- e-util/e-xml-utils.h | 1 + 1 file changed, 1 insertion(+) (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 b55b4c6362..c9b0ff2b39 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -26,5 +26,6 @@ #include #include 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); #endif /* __E_XML_UTILS__ */ -- cgit v1.2.3