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