aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.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/help.h
parentfdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff)
downloadcalcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz
calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip
unuseful headers removed and some functions became static
Diffstat (limited to 'src/help.h')
-rwxr-xr-xsrc/help.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/help.h b/src/help.h
index e072f90..df4fc0a 100755
--- a/src/help.h
+++ b/src/help.h
@@ -1,4 +1,4 @@
-/* $calcurse: help.h,v 1.3 2007/07/23 19:29:34 culot Exp $ */
+/* $calcurse: help.h,v 1.4 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -27,15 +27,11 @@
#ifndef CALCURSE_HELP_H
#define CALCURSE_HELP_H
-#include <ncurses.h>
-
typedef struct {
char *title;
char *text;
} help_page_t;
-int write_help_pad(WINDOW *, char *, char *, int);
-int get_help_lines(char *);
void help_screen(void);
#endif /* CALCURSE_HELP_H */