From c7cba561269cc4ef0fc5434056140ad948dc34ea Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 11 Sep 2006 13:34:19 +0000 Subject: recur_apoint_check_next() added --- src/recur.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/recur.h') diff --git a/src/recur.h b/src/recur.h index 8af8310..56b006f 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.4 2006/08/16 20:13:39 culot Exp $ */ +/* $calcurse: recur.h,v 1.5 2006/09/11 13:34:19 culot Exp $ */ /* * Calcurse - text-based organizer @@ -28,6 +28,7 @@ #define CALCURSE_RECUR_H #include "apoint.h" +#include "notify.h" #define RECUR_NO 0 #define RECUR_DAILY 1 @@ -90,5 +91,7 @@ void recur_apoint_erase(long start, unsigned num, unsigned delete_whole); void recur_repeat_item(int sel_year, int sel_month, int sel_day, int item_nb, int colr); struct days_s *recur_exc_scan(FILE *data_file); +struct notify_app_s *recur_apoint_check_next( + struct notify_app_s *app, long start); #endif /* CALCURSE_RECUR_H */ -- cgit v1.2.3-54-g00ecf