summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.h b/src/html.h
index db738e9..b31179d 100644
--- a/src/html.h
+++ b/src/html.h
@@ -28,7 +28,7 @@ gchar *
mq_html_container(const gchar *element, ...);
gchar *
-mq_html_notebook(gboolean vertical, const gchar *name, ...);
+mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...);
gchar *
mq_html_form(const gchar *submit_label, const gchar *reset_label, ...);