]> Pileus Git - lackey/blobdiff - src/util.h
Start on events and calendars
[lackey] / src / util.h
index f073205352529f7cf0977a27261c8ea9aad87e65..9b2755162379e9e3160c5d554c6b6ba50295e039 100644 (file)
@@ -27,6 +27,8 @@
 /* Time types */
 typedef int year_t;
 typedef int day_t;
+typedef int hour_t;
+typedef int min_t;
 
 typedef enum {
        JAN =  0,