aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-04 16:13:09 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-04 16:13:09 +0000
commitccf6ca5a998678c1dfb2bf5d70b0c70891290d92 (patch)
tree2f2252eb66e7f2ed556971c08572df37b0d90cb0 /src
parent49ad6a96524d5a95071ed0402a52112ee88d72b1 (diff)
downloadcalcurse-ccf6ca5a998678c1dfb2bf5d70b0c70891290d92.tar.gz
calcurse-ccf6ca5a998678c1dfb2bf5d70b0c70891290d92.zip
border_color() prototype updated
Diffstat (limited to 'src')
-rwxr-xr-xsrc/utils.h4
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,