aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
commit4b987f70ac463121f9791eb3493952a77aba495f (patch)
tree2754295b8dd40b6818ddd80d97a327329de854c0 /src/apoint.h
parentfdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff)
downloadcalcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz
calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip
unuseful headers removed and some functions became static
Diffstat (limited to 'src/apoint.h')
-rwxr-xr-xsrc/apoint.h5
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);