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, 2 insertions, 1 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 023edb2..98b49b2 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -78,7 +78,8 @@ mq_html_input_number_d(const gchar *name, const gchar *label,
gdouble min, gdouble step, gdouble max, gdouble value);
gchar *
-mq_html_input_radio(const gchar *name, const gchar *label, gboolean checked);
+mq_html_input_radio(const gchar *name, const gchar *id, const gchar *label,
+ gboolean checked);
gchar *
mq_html_input_checkbox(const gchar *name, const gchar *label, gboolean checked);