aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
commitf82590c811bcff3f760063859d855865ec083a49 (patch)
tree832f413d9b32894ec68e01ef2b585b0a2d4e67e3 /src/help.h
parentb1d02bf4ff30bc33645ae5f436afcbec6640efda (diff)
downloadcalcurse-f82590c811bcff3f760063859d855865ec083a49.tar.gz
calcurse-f82590c811bcff3f760063859d855865ec083a49.zip
global variable 'colr' suppressed
Diffstat (limited to 'src/help.h')
-rwxr-xr-xsrc/help.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/help.h b/src/help.h
index 5aa830f..20fab58 100755
--- a/src/help.h
+++ b/src/help.h
@@ -1,8 +1,8 @@
-/* $calcurse: help.h,v 1.1 2006/07/31 21:00:03 culot Exp $ */
+/* $calcurse: help.h,v 1.2 2007/03/10 15:55:25 culot Exp $ */
/*
* Calcurse - text-based organizer
- * Copyright (c) 2004-2006 Frederic Culot
+ * Copyright (c) 2004-2007 Frederic Culot
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,6 +36,6 @@ typedef struct {
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 colr);
+void help_screen(int which_pan);
#endif /* CALCURSE_HELP_H */