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 98b49b2..63d20f9 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -91,6 +91,9 @@ mq_html_input_select(const gchar *name, const gchar *label,
G_GNUC_NULL_TERMINATED;
gchar *
+mq_html_label(const gchar *for_id, const gchar *label, gboolean add_colon);
+
+gchar *
mq_html_input_iframe(const gchar *src);
G_END_DECLS