aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-09-14 15:06:54 +0000
committerFrederic Culot <calcurse@culot.org>2006-09-14 15:06:54 +0000
commitd438fa15d9d3c84aebb439d138a5c94c7d599bae (patch)
tree10de35e7c7337799dba319888d174ffe85640052 /src/apoint.h
parente00970b676760e3eea401c4575b7e137ebb84e07 (diff)
downloadcalcurse-d438fa15d9d3c84aebb439d138a5c94c7d599bae.tar.gz
calcurse-d438fa15d9d3c84aebb439d138a5c94c7d599bae.zip
apoint_recur_s2apoint_s added
Diffstat (limited to 'src/apoint.h')
-rwxr-xr-xsrc/apoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apoint.h b/src/apoint.h
index 638abdb..5cc78ac 100755
--- a/src/apoint.h
+++ b/src/apoint.h
@@ -1,4 +1,4 @@
-/* $calcurse: apoint.h,v 1.3 2006/09/12 14:55:29 culot Exp $ */
+/* $calcurse: apoint.h,v 1.4 2006/09/14 15:06:54 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -61,5 +61,6 @@ int get_item_line(int item_nb, int nb_events_inday);
void scroll_pad_down(int item_nb, int nb_events_inday, int win_length);
void scroll_pad_up(int item_nb, int nb_events_inday);
struct notify_app_s *apoint_check_next(struct notify_app_s *app, long start);
+apoint_llist_node_t *apoint_recur_s2apoint_s(recur_apoint_llist_node_t *p);
#endif /* CALCURSE_APOINT_H */