diff options
Diffstat (limited to 'calendar/calendar.h')
-rw-r--r-- | calendar/calendar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/calendar.h b/calendar/calendar.h index aa25fba67c..4a9d4bcff2 100644 --- a/calendar/calendar.h +++ b/calendar/calendar.h @@ -17,6 +17,8 @@ typedef struct { GList *todo; GList *journal; + GHashTable *event_hash; + /* Time at which the calendar was created */ time_t created; |