diff options
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recur.h b/src/recur.h index e039656..0027652 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.17 2008/01/20 10:45:39 culot Exp $ */ +/* $calcurse: recur.h,v 1.18 2008/04/09 20:38:29 culot Exp $ */ /* * Calcurse - text-based organizer @@ -90,7 +90,7 @@ void recur_event_erase(long, unsigned, unsigned, erase_flag_e); void recur_apoint_erase(long, unsigned, unsigned, erase_flag_e); -void recur_repeat_item(void); +void recur_repeat_item(conf_t *); struct days_s *recur_exc_scan(FILE *); struct notify_app_s *recur_apoint_check_next(struct notify_app_s *, long, long); |