From 8900d0f8f267c5508aa2c940c57e879baf0a25af Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 14 Dec 2008 11:24:19 +0000 Subject: exceptions now properly taken into account while exporting data --- src/recur.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/recur.h') diff --git a/src/recur.h b/src/recur.h index eade3da..286b1ee 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.22 2008/09/16 19:41:36 culot Exp $ */ +/* $calcurse: recur.h,v 1.23 2008/12/14 11:24:19 culot Exp $ */ /* * Calcurse - text-based organizer @@ -100,7 +100,6 @@ struct recur_event_s *recur_event_scan (FILE *, struct tm, int, char, int, struct tm, char *, struct days_s *); void recur_save_data (FILE *); -int recur_day_is_exc (long, struct days_s *); unsigned recur_item_inday (long, struct days_s *, int, int, long, long); void recur_event_erase (long, unsigned, unsigned, -- cgit v1.2.3-54-g00ecf