]> Pileus Git - lackey/blobdiff - src/cal.h
Common updates to support event and todo editing
[lackey] / src / cal.h
index 72bcd955db4825844db259cda32196608f9bb8a6..13b12d04c8bbdff9d080aa29b39b5f496b1d83e3 100644 (file)
--- a/src/cal.h
+++ b/src/cal.h
@@ -55,9 +55,9 @@ typedef struct todo_t {
 } todo_t;
 
 /* Global data */
-extern cal_t   *CALS;
-extern event_t *EVENTS;
-extern todo_t  *TODOS;
+extern cal_t   *CAL,   *CALS;
+extern event_t *EVENT, *EVENTS;
+extern todo_t  *TODO,  *TODOS;
 
 /* Calendar functions */
 void cal_init(void);