diff options
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ static uint32_t sum(const char *file) fclose(stream); return sum; } + /* Return an integer timestamp from a date string of the format YYYY-MM-DD. */ static time_t time_from_str(const char *str) { |
