aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-09-16 09:10:06 +0000
committerFrederic Culot <calcurse@culot.org>2006-09-16 09:10:06 +0000
commit63a78c7de13eac5704689b42b1be97dcc3f87929 (patch)
tree5f476a7accfa8f1dc5b4d55b94729aa885fe2b98 /src
parent2947cf0ec4203b2d49a8b661a83ec7f5a21aecb7 (diff)
downloadcalcurse-63a78c7de13eac5704689b42b1be97dcc3f87929.tar.gz
calcurse-63a78c7de13eac5704689b42b1be97dcc3f87929.zip
now() added
Diffstat (limited to 'src')
-rwxr-xr-xsrc/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index bf80f4b..b30fe7f 100755
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,4 +1,4 @@
-/* $calcurse: utils.h,v 1.3 2006/09/14 14:53:24 culot Exp $ */
+/* $calcurse: utils.h,v 1.4 2006/09/16 09:10:06 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -71,5 +71,6 @@ void display_item(WINDOW *win, int incolor, char *msg,
void reset_status_page(void);
void other_status_page(int panel);
long today(void);
+long now(void);
#endif /* CALCURSE_UTILS_H */