diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-27 15:27:35 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-27 15:27:35 -0500 |
commit | 28fd3103a8245937e99f4831a4bbab8369715efb (patch) | |
tree | 06a84898eab68663d446c566a583e754720770b2 /src/LYCurses.h | |
parent | 8cd017bdcc12e2fbf45933ebb62030a846f65f2f (diff) | |
download | lynx-snapshots-28fd3103a8245937e99f4831a4bbab8369715efb.tar.gz |
snapshot of project "lynx", label v2-8-8dev_2a
Diffstat (limited to 'src/LYCurses.h')
-rw-r--r-- | src/LYCurses.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYCurses.h b/src/LYCurses.h index 646bc52b..178b0d4d 100644 --- a/src/LYCurses.h +++ b/src/LYCurses.h @@ -1,4 +1,4 @@ -/* $LynxId: LYCurses.h,v 1.81 2009/11/21 14:40:20 Bake.Timmons Exp $ */ +/* $LynxId: LYCurses.h,v 1.83 2009/11/27 12:58:31 tom Exp $ */ #ifndef LYCURSES_H #define LYCURSES_H @@ -488,7 +488,7 @@ extern "C" { #if defined(USE_COLOR_STYLE) extern void curses_css(char *name, int dir); extern void curses_style(int style, int dir); - extern void setHashStyle(int style, int color, int cattr, int mono, char *element); + extern void setHashStyle(int style, int color, int cattr, int mono, const char *element); extern void setStyle(int style, int color, int cattr, int mono); extern void wcurses_css(WINDOW * win, char *name, int dir); extern void curses_w_style(WINDOW * win, int style, int dir); @@ -629,7 +629,7 @@ extern "C" { #else /* Not VMS: */ - extern int string_to_attr(char *name); + extern int string_to_attr(const char *name); /* * For Unix FANCY_FANCY curses we interpose |