From 4b987f70ac463121f9791eb3493952a77aba495f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 28 Jul 2007 13:11:42 +0000 Subject: unuseful headers removed and some functions became static --- src/apoint.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/apoint.h') 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 - #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); -- cgit v1.2.3-54-g00ecf