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 63d20f9..27e0cfe 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -94,6 +94,9 @@ gchar *
mq_html_label(const gchar *for_id, const gchar *label, gboolean add_colon);
gchar *
+mq_html_submit(const gchar *name, const gchar *label, gboolean disabled);
+
+gchar *
mq_html_input_iframe(const gchar *src);
G_END_DECLS