summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index becbba9..f35b49b 100644
--- a/src/html.h
+++ b/src/html.h
@@ -61,6 +61,9 @@ gchar *
mq_html_fieldset(gchar *first_child, ...);
gchar *
+mq_html_th(GDestroyNotify destroy, gchar *text);
+
+gchar *
mq_html_input_text(const gchar *name, const gchar *label, const gchar *value);
gchar *