X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fcal.h;h=13b12d04c8bbdff9d080aa29b39b5f496b1d83e3;hp=72bcd955db4825844db259cda32196608f9bb8a6;hb=9f1e1c3ed45b016ab66da3397a78796204e57ed0;hpb=90c52cc59761fa1d4fa362cd5efd99c5c64f78a4 diff --git a/src/cal.h b/src/cal.h index 72bcd95..13b12d0 100644 --- 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);