aboutsummaryrefslogtreecommitdiff
path: root/libsylph/xml.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-16 02:07:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-16 02:07:52 +0000
commitf24610c8c3adac2f955ead2b1992295f90244816 (patch)
tree5138c9d247a776190d42e460a22c50d8e4cbdd03 /libsylph/xml.h
parent656a2a821b26760ac023220bb8c7a982de05be61 (diff)
libsylph/xml.[ch]: xml_escape_str(): added.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2721 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/xml.h')
-rw-r--r--libsylph/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/xml.h b/libsylph/xml.h
index 95a61ac1..766281b6 100644
--- a/libsylph/xml.h
+++ b/libsylph/xml.h
@@ -95,6 +95,7 @@ XMLTag *xml_copy_tag (XMLTag *tag);
XMLAttr *xml_copy_attr (XMLAttr *attr);
gint xml_unescape_str (gchar *str);
+gchar *xml_escape_str (const gchar *str);
gint xml_file_put_escape_str (FILE *fp,
const gchar *str);