diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:34:19 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:34:19 +0000 |
commit | c7cba561269cc4ef0fc5434056140ad948dc34ea (patch) | |
tree | 58c3193eddbe3e07d6e9451fd60c6e8ccb6a9e56 /src/recur.h | |
parent | 1efa0276653853d651e6ebfdc7ffe3bf2b47a0e5 (diff) | |
download | calcurse-c7cba561269cc4ef0fc5434056140ad948dc34ea.tar.gz calcurse-c7cba561269cc4ef0fc5434056140ad948dc34ea.zip |
recur_apoint_check_next() added
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |