src/html.h

changeset 13
e714005f3e9d
parent 7
d0f77dd2da42
child 20
8639ccd855ba
--- a/src/html.h	Sat Feb 01 14:11:46 2025 +0100
+++ b/src/html.h	Sat Feb 01 14:19:36 2025 +0100
@@ -37,9 +37,9 @@
 
     void h1(const std::string& heading);
     void h2(const std::string& heading);
-    void table_begin(int year);
+    void table_begin(std::chrono::year y);
     void table_end();
-    void row_begin(unsigned int weekday);
+    void row_begin(unsigned int row);
     void row_end();
     void cell_out_of_range();
     void cell(std::chrono::year_month_day ymd, unsigned commits);

mercurial