]> Pileus Git - lackey/blob - src/main.h
Add day and week view
[lackey] / src / main.h
1 #define COLOR_TITLE 1
2 #define COLOR_ERROR 2
3
4 /* Debugging */
5 const static int YEAR  = 2012;
6 const static int MONTH = 8;
7 const static int DAY   = 29;
8
9 /* Debug functions */
10 int debug(char *fmt, ...);