diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-01 20:29:49 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-01 20:29:49 +0000 |
commit | f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a (patch) | |
tree | 8ad8442a1e79b350f068c280e223e4c5397fafd2 /src/notify.h | |
parent | 0cbeb9c38bffd4052190b8450ae336f0641a84d2 (diff) | |
download | calcurse-f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a.tar.gz calcurse-f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a.zip |
Improved how the daemon checks for appointments to remind.
Diffstat (limited to 'src/notify.h')
-rwxr-xr-x | src/notify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notify.h b/src/notify.h index d8bcd21..0e21198 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.20 2009/08/01 13:31:21 culot Exp $ */ +/* $calcurse: notify.h,v 1.21 2009/08/01 20:29:50 culot Exp $ */ /* * Calcurse - text-based organizer @@ -64,6 +64,7 @@ struct notify_app_s }; int notify_time_left (void); +unsigned notify_needs_reminder (void); void notify_update_app (long, char, char *); int notify_bar (void); void notify_init_vars (void); |