summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 82affa8..cfbbbb9 100644
--- a/src/html.h
+++ b/src/html.h
@@ -46,6 +46,9 @@ gchar *
mq_html_list(const gchar *type, GDestroyNotify destroy, ...);
gchar *
+mq_html_list_v(const gchar *type, gchar **children);
+
+gchar *
mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...);
gchar *