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 2d33994..724c7cf 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -104,6 +104,9 @@ gchar *
mq_html_label(const gchar *for_id, const gchar *label, gboolean add_colon);
gchar *
+mq_html_input_hidden(const gchar *name, const gchar *value);
+
+gchar *
mq_html_submit(const gchar *name, const gchar *label, gboolean disabled);
gchar *