aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-11-30 14:37:06 +0000
committerFrederic Culot <calcurse@culot.org>2006-11-30 14:37:06 +0000
commit9cfb967f30f6e47cd20b6901865f80b86c6bec91 (patch)
tree02ff6bfed2d3f861ab1f4dff0f4d75c64d3d7920
parentfdcf66ac0fd5a1a070167c5354f9b81bf01b9476 (diff)
downloadcalcurse-9cfb967f30f6e47cd20b6901865f80b86c6bec91.tar.gz
calcurse-9cfb967f30f6e47cd20b6901865f80b86c6bec91.zip
day_edit_item() prototype added
-rwxr-xr-xsrc/day.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/day.h b/src/day.h
index ac48e54..828d833 100755
--- a/src/day.h
+++ b/src/day.h
@@ -1,4 +1,4 @@
-/* $calcurse: day.h,v 1.6 2006/09/14 15:09:10 culot Exp $ */
+/* $calcurse: day.h,v 1.7 2006/11/30 14:37:06 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -67,6 +67,7 @@ void day_write_pad(long date, int width, int length, int incolor, int colr);
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 item_num, int colr);
int day_erase_item(long date, int item_number);
struct day_item_s *day_get_item(int item_number);