From 0c281d2c1e53248f0075f988fb4ba02f041bd170 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Wed, 9 Apr 2008 20:38:29 +0000 Subject: Tony's patch concerning date format configuration imported --- src/recur.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/recur.h') 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); -- cgit v1.2.3-54-g00ecf