From dd0053a14681af16cb4b02accd022d354434b72f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 11 Sep 2006 13:42:16 +0000 Subject: apoint_check_next() added --- src/apoint.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/apoint.h') diff --git a/src/apoint.h b/src/apoint.h index e9dbe82..4acde99 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.1 2006/07/31 21:00:03 culot Exp $ */ +/* $calcurse: apoint.h,v 1.2 2006/09/11 13:42:16 culot Exp $ */ /* * Calcurse - text-based organizer @@ -28,6 +28,7 @@ #define CALCURSE_APOINT_H #include +#include "notify.h" #define HRMIN_SIZE 6 #define MESG_MAXSIZE 256 @@ -52,5 +53,6 @@ void display_item_date(WINDOW *win, int color, struct apoint_s *i, int get_item_line(int item_nb, int nb_events_inday); void scroll_pad_down(int item_nb, int nb_events_inday, int win_length); void scroll_pad_up(int item_nb, int nb_events_inday); +struct notify_app_s *apoint_check_next(struct notify_app_s *app, long start); #endif /* CALCURSE_APOINT_H */ -- cgit v1.2.3-54-g00ecf