diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-04 16:13:09 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-04 16:13:09 +0000 |
commit | ccf6ca5a998678c1dfb2bf5d70b0c70891290d92 (patch) | |
tree | 2f2252eb66e7f2ed556971c08572df37b0d90cb0 | |
parent | 49ad6a96524d5a95071ed0402a52112ee88d72b1 (diff) | |
download | calcurse-ccf6ca5a998678c1dfb2bf5d70b0c70891290d92.tar.gz calcurse-ccf6ca5a998678c1dfb2bf5d70b0c70891290d92.zip |
border_color() prototype updated
-rwxr-xr-x | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index bbb37f0..5d3e4a0 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.13 2007/01/16 07:56:24 culot Exp $ */ +/* $calcurse: utils.h,v 1.14 2007/03/04 16:13:09 culot Exp $ */ /* * Calcurse - text-based organizer @@ -63,7 +63,7 @@ void showstring(WINDOW *win, int y, int x, char *str, int len, int pos); int getstring(WINDOW *win, int colr, char *str, int l, int x, int y); int updatestring(WINDOW *win, int colr, char **str, int x, int y); int is_all_digit(char *string); -void border_color(WINDOW *window, int bcolr); +void border_color(WINDOW *window); void border_nocolor(WINDOW *window); void status_bar(int which_pan, int colr, int nc_bar, int nl_bar); long date2sec(unsigned year, unsigned month, unsigned day, unsigned hour, |