aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
commitf82590c811bcff3f760063859d855865ec083a49 (patch)
tree832f413d9b32894ec68e01ef2b585b0a2d4e67e3 /src/recur.h
parentb1d02bf4ff30bc33645ae5f436afcbec6640efda (diff)
downloadcalcurse-f82590c811bcff3f760063859d855865ec083a49.tar.gz
calcurse-f82590c811bcff3f760063859d855865ec083a49.zip
global variable 'colr' suppressed
Diffstat (limited to 'src/recur.h')
-rwxr-xr-xsrc/recur.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recur.h b/src/recur.h
index fd58c89..d973315 100755
--- a/src/recur.h
+++ b/src/recur.h
@@ -1,4 +1,4 @@
-/* $calcurse: recur.h,v 1.9 2007/02/24 17:35:49 culot Exp $ */
+/* $calcurse: recur.h,v 1.10 2007/03/10 15:55:25 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -96,7 +96,7 @@ unsigned recur_item_inday(long item_start, struct days_s *item_exc,
void recur_event_erase(long start, unsigned num, unsigned delete_whole);
void recur_apoint_erase(long start, unsigned num, unsigned delete_whole);
void recur_repeat_item(int sel_year, int sel_month, int sel_day,
- int item_nb, int colr);
+ int item_nb);
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);