From f1403e99bbcf2c3fe77b9f41150d27e60a1a7a1a Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 1 Aug 2009 20:29:49 +0000 Subject: Improved how the daemon checks for appointments to remind. --- src/notify.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/notify.h') 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); -- cgit v1.2.3-54-g00ecf