summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-30 19:47:41 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-30 19:47:41 (EDT)
commit136ba113ccf963b89b093d11388c5c473efb2799 (patch)
tree514066950fcd2f2c8df1d50ece4b2be135dfbfd2 /src/html.h
parentbc3add50886602f1cc1ea248305d4cc49c3619c8 (diff)
downloadmarquee-136ba113ccf963b89b093d11388c5c473efb2799.zip
marquee-136ba113ccf963b89b093d11388c5c473efb2799.tar.gz
marquee-136ba113ccf963b89b093d11388c5c473efb2799.tar.bz2
mq_html_notebook(): Accept and handle a current_page argument
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, ...);