(dirchar, neighsects, login_coms, lookup_list, g_distptrs, level_easy)
(level_log, levelnames): Internal linkage.
This commit is contained in:
parent
be78c807e3
commit
3252f8a907
7 changed files with 16 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue