(dirchar, neighsects, login_coms, lookup_list, g_distptrs, level_easy)

(level_log, levelnames): Internal linkage.
This commit is contained in:
Markus Armbruster 2006-03-23 20:32:29 +00:00
parent be78c807e3
commit 3252f8a907
7 changed files with 16 additions and 10 deletions

View file

@ -72,7 +72,7 @@ static int bp_coord_hash(struct as_coord c);
/* We use this for caching neighbors. It never changes except
* at reboot time (maybe) so we never need to free it */
struct sctstr **neighsects = (struct sctstr **)0;
static struct sctstr **neighsects;
static s_char *
bp_init(void)