From ebb811605632a1bfd75c1dadd2edf26950c6966c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 10 Apr 2015 09:29:17 +0200 Subject: Split out code for drawing week numbers This allows for easily adding week numbers to other panel modes, such as the monthly view. Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index a1b59cf..efbdb81 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -1051,6 +1051,7 @@ int is_all_digit(const char *); long get_item_time(long); int get_item_hour(long); int get_item_min(long); +struct tm date2tm(struct date, unsigned, unsigned); time_t date2sec(struct date, unsigned, unsigned); time_t utcdate2sec(struct date, unsigned, unsigned); char *date_sec2date_str(long, const char *); -- cgit v1.2.3-54-g00ecf