aboutsummaryrefslogtreecommitdiff
path: root/weekly.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-05-06 09:29:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-05-06 09:29:48 -0400
commit1a289f60003b4301538b02e17ecc39b92982fea5 (patch)
tree781901592a8534a8a5f94ad3fd49bb1ab91300b6 /weekly.h
parentbb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e (diff)
downloadweekly-1a289f60003b4301538b02e17ecc39b92982fea5.tar.gz
Fix duplicate records in outputHEADmaster
Diffstat (limited to 'weekly.h')
-rw-r--r--weekly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/weekly.h b/weekly.h
index e834606..e2e876c 100644
--- a/weekly.h
+++ b/weekly.h
@@ -100,5 +100,6 @@ int dir_empty(const char *path);
char *find_program(const char *name);
int make_path(char *basepath);
char *make_output_path(char *basepath, char *path, int year, int week, int day_of_week);
+int isdigit_s(const char *s);
#endif // WEEKLY_H \ No newline at end of file