diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-14 14:53:16 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-14 14:53:16 +0000 |
commit | b10e38e1824643eb5e2d8a2d0feb229fb5dbb9ab (patch) | |
tree | 7b2151935a451c9a20f144661393f13744016827 /src/utils.h | |
parent | ed73629e6841f9106f246a472418a3da1b857428 (diff) | |
download | calcurse-b10e38e1824643eb5e2d8a2d0feb229fb5dbb9ab.zip |
today() created
Diffstat (limited to 'src/utils.h')
-rwxr-xr-x | src/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index fbc6298..bf80f4b 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.2 2006/09/06 17:08:08 culot Exp $ */ +/* $calcurse: utils.h,v 1.3 2006/09/14 14:53:24 culot Exp $ */ /* * Calcurse - text-based organizer @@ -70,5 +70,6 @@ void display_item(WINDOW *win, int incolor, char *msg, int len, int y, int x); void reset_status_page(void); void other_status_page(int panel); +long today(void); #endif /* CALCURSE_UTILS_H */ |