]> Pileus Git - lackey/blobdiff - src/date.h
Add some special formatting
[lackey] / src / date.h
index 50211129e15aa2571efcf247a1cbb1788c797093..180f460516b72cb67aca3d8b8d2d537e4043e2e0 100644 (file)
@@ -80,6 +80,9 @@ int get_mins(date_t *start, date_t *end);
 int compare(date_t *a, date_t *b);
 int before(date_t *start, int year, int month, int day, int hour, int min);
 
+int all_day(date_t *start, date_t *end);
+int no_date(date_t *date);
+
 /* Time to string functions */
 const char *month_to_str(month_t month);
 const char *month_to_string(month_t month);