Yet more static.

This commit is contained in:
William McBrine
2006-07-31 22:49:07 +00:00
parent dc7b6db9ab
commit 71966b3c36
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#define CURSES_LIBRARY 1
#include <curses.h>
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;

View File

@@ -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];