]> Pileus Git - lackey/blobdiff - src/main.h
Add day and week view
[lackey] / src / main.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9f2d6acb58ca57b76c055e7c4dd47d790f5ccfde 100644 (file)
@@ -0,0 +1,10 @@
+#define COLOR_TITLE 1
+#define COLOR_ERROR 2
+
+/* Debugging */
+const static int YEAR  = 2012;
+const static int MONTH = 8;
+const static int DAY   = 29;
+
+/* Debug functions */
+int debug(char *fmt, ...);