aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.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/day.h
parentb1d02bf4ff30bc33645ae5f436afcbec6640efda (diff)
downloadcalcurse-f82590c811bcff3f760063859d855865ec083a49.tar.gz
calcurse-f82590c811bcff3f760063859d855865ec083a49.zip
global variable 'colr' suppressed
Diffstat (limited to 'src/day.h')
-rwxr-xr-xsrc/day.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/day.h b/src/day.h
index 62bc14e..2363bc9 100755
--- a/src/day.h
+++ b/src/day.h
@@ -1,4 +1,4 @@
-/* $calcurse: day.h,v 1.9 2007/02/24 17:38:16 culot Exp $ */
+/* $calcurse: day.h,v 1.10 2007/03/10 15:55:25 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -64,13 +64,13 @@ int day_store_recur_apoints(long date);
int day_store_apoints(long date);
struct day_item_s *day_add_event(int type, char *mesg, long day, int id);
struct day_item_s *day_add_apoint(int type, char *mesg, long start, long dur,
- char state, int real_pos);
-void day_write_pad(long date, int width, int length, int incolor, int colr);
+ char state, int real_pos);
+void day_write_pad(long date, int width, int length, int incolor);
apoint_llist_node_t *day_item_s2apoint_s(struct day_item_s *p);
void day_popup_item(void);
int day_check_if_item(int year, int month, int day);
-void day_edit_item(int year, int month, int day, int item_num, int colr);
-char *day_edit_time(long time, int colr);
+void day_edit_item(int year, int month, int day, int item_num);
+char *day_edit_time(long time);
int day_erase_item(long date, int item_number, int force_erase);
struct day_item_s *day_get_item(int item_number);
int day_item_nb(long date, int day_num, int type);