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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 10588f7..86067a9 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -70,6 +70,10 @@ mq_html_form(const gchar *submit_label, const gchar *reset_label, ...)
G_GNUC_NULL_TERMINATED;
gchar *
+mq_html_form_v(const gchar *submit_label, const gchar *reset_label,
+ gchar **children);
+
+gchar *
mq_html_input_text(const gchar *name, const gchar *label, const gchar *value);
gchar *