summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 27e0cfe..10588f7 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -29,6 +29,9 @@ G_BEGIN_DECLS
gchar *
mq_html_document(const gchar *title, ...) G_GNUC_NULL_TERMINATED;
+gchar *
+mq_html_document_v(const gchar *title, gchar **children);
+
#define TEXT_ELEMENT(ELEM) \
gchar * \
mq_html_##ELEM(const gchar *text); \