From ade0470197934fba87eb5113a7ecb2d542a6ed73 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Thu, 23 Jul 2009 18:33:20 +0000 Subject: Functions added to implement a logging mechanism for calcurse daemon. --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index eae71a7..035f29a 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.47 2009/07/20 19:45:27 culot Exp $ */ +/* $calcurse: utils.h,v 1.48 2009/07/23 18:33:22 culot Exp $ */ /* * Calcurse - text-based organizer @@ -149,6 +149,7 @@ void draw_scrollbar (WINDOW *, int, int, int, int, int, unsigned); void item_in_popup (char *, char *, char *, char *); long get_today (void); long now (void); +char *nowstr (void); long mystrtol (const char *); void print_bool_option_incolor (WINDOW *, unsigned, int, int); char *new_tempfile (const char *, int); -- cgit v1.2.3-54-g00ecf