aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-26 11:21:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-26 11:21:22 +0800
commit16c8fefe966367fa5d9747d35895f8aa6e080657 (patch)
tree469f5df2dd9afc637ff1f2ed554f223a03ddde24 /e-util/e-xml-utils.h
parenta361cff4042770c35b2ae9f5dcfb6153711d2c41 (diff)
downloadgsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar.gz
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar.bz2
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar.lz
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar.xz
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.tar.zst
gsoc2013-evolution-16c8fefe966367fa5d9747d35895f8aa6e080657.zip
Fix compiler warnings in filter.
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r--e-util/e-xml-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h
index 59d11c63fe..ef8ae8ac8a 100644
--- a/e-util/e-xml-utils.h
+++ b/e-util/e-xml-utils.h
@@ -92,8 +92,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);
-int e_xml_save_file (const char *filename, xmlDocPtr doc);
-
G_END_DECLS
#endif /* __E_XML_UTILS__ */