diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-23 18:33:20 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-23 18:33:20 +0000 |
commit | ade0470197934fba87eb5113a7ecb2d542a6ed73 (patch) | |
tree | 3ec5a3f8b363c5ef84bdccbc761bb80edee57c9f /src/utils.h | |
parent | b55cad85dad5bd4bb81c92f6acaef7394b23d9b5 (diff) | |
download | calcurse-ade0470197934fba87eb5113a7ecb2d542a6ed73.zip |
Functions added to implement a logging mechanism for calcurse daemon.
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 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); |