diff options
author | Frederic Culot <calcurse@culot.org> | 2006-11-30 14:37:06 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-11-30 14:37:06 +0000 |
commit | 9cfb967f30f6e47cd20b6901865f80b86c6bec91 (patch) | |
tree | 02ff6bfed2d3f861ab1f4dff0f4d75c64d3d7920 /src | |
parent | fdcf66ac0fd5a1a070167c5354f9b81bf01b9476 (diff) | |
download | calcurse-9cfb967f30f6e47cd20b6901865f80b86c6bec91.tar.gz calcurse-9cfb967f30f6e47cd20b6901865f80b86c6bec91.zip |
day_edit_item() prototype added
Diffstat (limited to 'src')
-rwxr-xr-x | src/day.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |