unuseful headers removed and some functions became static

This commit is contained in:
Frederic Culot
2007-07-28 13:11:42 +00:00
parent fdc325acd8
commit 4b987f70ac
28 changed files with 1021 additions and 1115 deletions

View File

@@ -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 */