diff options
author | Frederic Culot <calcurse@culot.org> | 2006-12-08 08:44:06 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-12-08 08:44:06 +0000 |
commit | 24ca5f74b417681bf18d56b3bcabeffcd5beed0a (patch) | |
tree | f12b12b17e4e1df2c8af1f079a9b092b4ef671b1 | |
parent | 69ca78cd189d4769ca3bd93910485b6b239f4490 (diff) | |
download | calcurse-24ca5f74b417681bf18d56b3bcabeffcd5beed0a.tar.gz calcurse-24ca5f74b417681bf18d56b3bcabeffcd5beed0a.zip |
recur_get_apoint() and recur_get_event() added
-rwxr-xr-x | src/recur.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/recur.h b/src/recur.h index f1ec5fe..a3a7da3 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.7 2006/09/14 14:55:27 culot Exp $ */ +/* $calcurse: recur.h,v 1.8 2006/12/08 08:44:06 culot Exp $ */ /* * Calcurse - text-based organizer @@ -98,5 +98,7 @@ void recur_repeat_item(int sel_year, int sel_month, int sel_day, struct days_s *recur_exc_scan(FILE *data_file); struct notify_app_s *recur_apoint_check_next( struct notify_app_s *app, long start, long day); +recur_apoint_llist_node_t *recur_get_apoint(long day, int num); +struct recur_event_s *recur_get_event(long day, int num); #endif /* CALCURSE_RECUR_H */ |