diff options
Diffstat (limited to 'calendar/calendar.h')
-rw-r--r-- | calendar/calendar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/calendar.h b/calendar/calendar.h index bd0bf84b90..8dc0c517c3 100644 --- a/calendar/calendar.h +++ b/calendar/calendar.h @@ -20,6 +20,9 @@ typedef struct { /* Time at which the calendar was created */ time_t created; + /* Timestamp in the filename */ + time_t file_time; + /* If the calendar was last modified */ int modified; void *temp; |