aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar.h')
-rw-r--r--calendar/gui/calendar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar.h b/calendar/gui/calendar.h
index bd0bf84b90..8dc0c517c3 100644
--- a/calendar/gui/calendar.h
+++ b/calendar/gui/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;