diff options
| author | El-BG-1970 <elouan.gros.fr@gmail.com> | 2022-03-16 19:52:55 +0100 |
|---|---|---|
| committer | El-BG-1970 <elouan.gros.fr@gmail.com> | 2022-03-16 19:52:55 +0100 |
| commit | 3b0ea80811a1c939e0b1b97e0f8e34dabd54717f (patch) | |
| tree | 5c794cafac56f00946dfeb99b098d775bd89a8bb /date.h | |
| parent | bbbb16b98e64644eb2852d9fc8b81fa0b62f4013 (diff) | |
| download | org-to-conky-3b0ea80811a1c939e0b1b97e0f8e34dabd54717f.tar.gz | |
better compartimentalization
Diffstat (limited to 'date.h')
| -rw-r--r-- | date.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef struct Date { } Date; Date extract_date(char *str); +Date adjust_date(Date date); bool smaller(Date a, Date b); bool strictly_smaller(Date a, Date b); bool eql(Date a, Date b); @@ -22,6 +23,7 @@ char *print_date_to_string(Date date); Date today(); Date tomorrow(Date td); Date nextweek(Date td); +Date nextmonth(Date td); #define __DATE_H__ #endif |
