]> Pileus Git - lackey/blobdiff - src/main.h
Fix some time keeping bugs
[lackey] / src / main.h
index 41393096a6b9c182b283cbd2c20c61111e530799..dd7c3fbd1d2ab8ef3d6d023c76bd8d55ac7e143b 100644 (file)
@@ -19,9 +19,9 @@
 #define COLOR_ERROR 2
 
 /* Debugging */
-const static int YEAR  = 2012;
-const static int MONTH = 8;
-const static int DAY   = 29;
+extern int YEAR;
+extern int MONTH;
+extern int DAY;
 
 /* Debug functions */
 int debug(char *fmt, ...);