From f82590c811bcff3f760063859d855865ec083a49 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 10 Mar 2007 15:54:24 +0000 Subject: global variable 'colr' suppressed --- 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 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); -- cgit v1.2.3-54-g00ecf