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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index ffdddc2..2d33994 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -27,11 +27,12 @@
G_BEGIN_DECLS
gchar *
-mq_html_document(const gchar *title, const gchar *styles, ...)
- G_GNUC_NULL_TERMINATED;
+mq_html_document(const gchar *title, const gchar *styles,
+ const gchar *head_tags, ...) G_GNUC_NULL_TERMINATED;
gchar *
-mq_html_document_v(const gchar *title, const gchar *styles, gchar **children);
+mq_html_document_v(const gchar *title, const gchar *styles,
+ const gchar *head_tags, gchar **children);
#define TEXT_ELEMENT(ELEM) \
gchar * \