aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 178a1d9..99ad19a 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -36,6 +36,8 @@
} \
}
+gchar *xdxf_to_pango_markup_with_reduced_effort (const gchar *xml);
+
gboolean stream_read_all (GByteArray *ba, GInputStream *is, GError **error);
gchar *stream_read_string (GDataInputStream *dis, GError **error);
gboolean xstrtoul (unsigned long *out, const char *s, int base);