diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-16 03:43:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-16 03:43:44 +0800 |
commit | 19f3fecce6684ec0386f0ed6e50f3aebbbce9d8a (patch) | |
tree | 02680cb6ee092fb48e3afd10018aec0034d4b6c0 /e-util/e-xml-utils.h | |
parent | c22f252ffb46424a97c348bcd93b7dced6f2682b (diff) | |
download | gsoc2013-evolution-19f3fecce6684ec0386f0ed6e50f3aebbbce9d8a.tar.gz gsoc2013-evolution-19f3fecce6684ec0386f0ed6e50f3aebbbce9d8a.tar.zst gsoc2013-evolution-19f3fecce6684ec0386f0ed6e50f3aebbbce9d8a.zip |
Back to the land of the living we shall go.
2003-01-15 Jeffrey Stedfast <fejj@ximian.com>
* gal/util/e-xml-utils.c (e_xml_save_file): Back to the land of
the living we shall go.
svn path=/trunk/; revision=19482
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index ad16b10ea6..6c39ee6f79 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -94,6 +94,8 @@ 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__ */ |