diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
commit | 4b987f70ac463121f9791eb3493952a77aba495f (patch) | |
tree | 2754295b8dd40b6818ddd80d97a327329de854c0 /src/help.h | |
parent | fdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff) | |
download | calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip |
unuseful headers removed and some functions became static
Diffstat (limited to 'src/help.h')
-rwxr-xr-x | src/help.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 */ |