From f82590c811bcff3f760063859d855865ec083a49 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 10 Mar 2007 15:54:24 +0000 Subject: global variable 'colr' suppressed --- src/help.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/help.h') 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 */ -- cgit v1.2.3-54-g00ecf