aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-09-12 15:06:42 +0000
committerFrederic Culot <calcurse@culot.org>2006-09-12 15:06:42 +0000
commit97768818e64571198b347ac5788c8d09224236b8 (patch)
tree495e53ddd0f62c7609c6ec9effc17d083c9b996d /src/day.h
parent1bea0ef337bfe8e65519af25ebd72cdedf832f7c (diff)
downloadcalcurse-97768818e64571198b347ac5788c8d09224236b8.tar.gz
calcurse-97768818e64571198b347ac5788c8d09224236b8.zip
day_item_s2apoint_s prototype updated
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 d864501..ef4c6ea 100755
--- a/src/day.h
+++ b/src/day.h
@@ -1,4 +1,4 @@
-/* $calcurse: day.h,v 1.4 2006/08/23 19:42:19 culot Exp $ */
+/* $calcurse: day.h,v 1.5 2006/09/12 15:06:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -62,7 +62,7 @@ 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);
void day_write_pad(long date, int width, int length, int incolor, int colr);
-struct apoint_s *day_item_s2apoint_s(struct day_item_s *p);
+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);
int day_erase_item(long date, int item_number);