aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-23 19:29:34 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-23 19:29:34 +0000
commit6b10eb3623c971dc9299d648dbd929f9c6bde35e (patch)
tree31543564d1483c5133c1c5e1898776425cbafe30 /src/help.h
parent5cc85f48ab4c3054d15a972cb899ed9868432d4b (diff)
downloadcalcurse-6b10eb3623c971dc9299d648dbd929f9c6bde35e.tar.gz
calcurse-6b10eb3623c971dc9299d648dbd929f9c6bde35e.zip
which_pan dependency suppressed in help_screen()
Diffstat (limited to 'src/help.h')
-rwxr-xr-xsrc/help.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/help.h b/src/help.h
index 20fab58..e072f90 100755
--- a/src/help.h
+++ b/src/help.h
@@ -1,4 +1,4 @@
-/* $calcurse: help.h,v 1.2 2007/03/10 15:55:25 culot Exp $ */
+/* $calcurse: help.h,v 1.3 2007/07/23 19:29:34 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -34,8 +34,8 @@ typedef struct {
char *text;
} help_page_t;
-int write_help_pad(WINDOW *win, char *title, char *text, int pad_width);
-int get_help_lines(char *text);
-void help_screen(int which_pan);
+int write_help_pad(WINDOW *, char *, char *, int);
+int get_help_lines(char *);
+void help_screen(void);
#endif /* CALCURSE_HELP_H */