diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-14 11:24:19 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-14 11:24:19 +0000 |
commit | 8900d0f8f267c5508aa2c940c57e879baf0a25af (patch) | |
tree | 688946cea2de3b868d51ccd75cb3f497c35601ca /src/recur.h | |
parent | f06c1b142f8d952ed63ee35727586f9de124b83f (diff) | |
download | calcurse-8900d0f8f267c5508aa2c940c57e879baf0a25af.zip |
exceptions now properly taken into account while exporting data
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 3 |
1 files changed, 1 insertions, 2 deletions
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, |