aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-08-15 15:37:10 +0000
committerFrederic Culot <calcurse@culot.org>2007-08-15 15:37:10 +0000
commit9fdc33133ce6770e5eecb591d480ed378a66f673 (patch)
tree2326df4ae47147f8e304fc216657e4d820c66b66 /src/day.h
parent406a0b2b2f17f3804a00901606563c5b5af7623f (diff)
downloadcalcurse-9fdc33133ce6770e5eecb591d480ed378a66f673.tar.gz
calcurse-9fdc33133ce6770e5eecb591d480ed378a66f673.zip
day_edit_item() updated to use apoint_hilt()
Diffstat (limited to 'src/day.h')
-rwxr-xr-xsrc/day.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/day.h b/src/day.h
index 0c8b046..73b88b6 100755
--- a/src/day.h
+++ b/src/day.h
@@ -1,4 +1,4 @@
-/* $calcurse: day.h,v 1.14 2007/07/28 13:11:42 culot Exp $ */
+/* $calcurse: day.h,v 1.15 2007/08/15 15:37:10 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -64,7 +64,7 @@ day_items_nb_t *day_process_storage(date_t *, bool, day_items_nb_t *);
void day_write_pad(long, int, int, int);
void day_popup_item(void);
int day_check_if_item(date_t);
-void day_edit_item(int);
+void day_edit_item(void);
int day_erase_item(long, int, int);
struct day_item_s *day_get_item(int);
int day_item_nb(long, int, int);