src/html.h

changeset 6
1040ba37d4c9
parent 5
60c2588b4455
child 7
d0f77dd2da42
--- a/src/html.h	Fri Jan 31 22:11:04 2025 +0100
+++ b/src/html.h	Fri Jan 31 22:27:28 2025 +0100
@@ -36,7 +36,7 @@
 
     void h1(const std::string& heading);
     void h2(const std::string& heading);
-    void table_begin();
+    void table_begin(int year);
     void table_end();
     void row_begin(unsigned int weekday);
     void row_end();

mercurial