diff --git a/pdcurses/pdckey.c b/pdcurses/pdckey.c index 06cda1ec..a727734f 100644 --- a/pdcurses/pdckey.c +++ b/pdcurses/pdckey.c @@ -18,7 +18,7 @@ #define CURSES_LIBRARY 1 #include -RCSID("$Id: pdckey.c,v 1.5 2006/07/15 15:38:24 wmcbrine Exp $"); +RCSID("$Id: pdckey.c,v 1.6 2006/07/31 22:49:07 wmcbrine Exp $"); /*man-start************************************************************** @@ -37,7 +37,7 @@ RCSID("$Id: pdckey.c,v 1.5 2006/07/15 15:38:24 wmcbrine Exp $"); **man-end****************************************************************/ -bool PDC_breakout(void) +static bool PDC_breakout(void) { bool rc; diff --git a/pdcurses/slk.c b/pdcurses/slk.c index 5975a431..13a1b088 100644 --- a/pdcurses/slk.c +++ b/pdcurses/slk.c @@ -33,7 +33,7 @@ #undef slk_attroff #undef slk_color -RCSID("$Id: slk.c,v 1.26 2006/07/30 18:57:23 wmcbrine Exp $"); +RCSID("$Id: slk.c,v 1.27 2006/07/31 22:49:07 wmcbrine Exp $"); /*man-start************************************************************** @@ -106,7 +106,7 @@ RCSID("$Id: slk.c,v 1.26 2006/07/30 18:57:23 wmcbrine Exp $"); #define LABEL_EXTENDED 10 #define LABEL_NCURSES_EXTENDED 12 -char slk_temp_string[64]; +static char slk_temp_string[64]; static int slk_start_col[LABEL_NCURSES_EXTENDED]; static chtype slk_attributes[LABEL_NCURSES_EXTENDED];