From bb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 17 Jun 2022 23:25:01 -0400 Subject: Add --all/-a to dump all records. Output is affected by --dump-* arguments --- weekly.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'weekly.h') diff --git a/weekly.h b/weekly.h index 6c5d4cd..e834606 100644 --- a/weekly.h +++ b/weekly.h @@ -3,6 +3,7 @@ #include #include #include +#include #include #if defined(_WIN32) || defined(_WIN64) @@ -71,6 +72,7 @@ #define RECORD_STYLE_LONG 1 #define RECORD_STYLE_CSV 2 #define RECORD_STYLE_DICT 3 +#define WEEK_MAX 54 struct Record { char *date; -- cgit