]> Pileus Git - lackey/blobdiff - src/cal.c
Common updates to support event and todo editing
[lackey] / src / cal.c
index b519d588fb4601d6a33470c2b60997e9bee51591..d02e885eb034481eb40b2851912bd8fb5a827fc3 100644 (file)
--- a/src/cal.c
+++ b/src/cal.c
@@ -33,9 +33,9 @@ CAL(dummy);
 CAL(ical);
 
 /* Global data */
-cal_t   *CALS;
-event_t *EVENTS;
-todo_t  *TODOS;
+cal_t   *CAL,   *CALS;
+event_t *EVENT, *EVENTS;
+todo_t  *TODO,  *TODOS;
 
 /* Local data */
 static date_t start;