aboutsummaryrefslogtreecommitdiff
path: root/libsylph/xml.h
diff options
context:
space:
mode:
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);