diff options
Diffstat (limited to 'src/apoint.h')
-rwxr-xr-x | src/apoint.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/apoint.h b/src/apoint.h index 69ac520..bcf6483 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.7 2007/07/21 19:35:14 culot Exp $ */ +/* $calcurse: apoint.h,v 1.8 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,8 +27,6 @@ #ifndef CALCURSE_APOINT_H #define CALCURSE_APOINT_H -#include <ncurses.h> - #include "notify.h" #include "recur.h" #include "vars.h" @@ -67,7 +65,6 @@ apoint_llist_node_t *apoint_scan(FILE *, struct tm, struct tm, char); void apoint_delete_bynum(long, unsigned); void display_item_date(WINDOW *, int, apoint_llist_node_t *, int, long, int, int); -int get_item_line(int, int); void scroll_pad_down(int, int, int); void scroll_pad_up(int, int); struct notify_app_s *apoint_check_next(struct notify_app_s *, long); |