(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
|
@ -56,7 +56,7 @@ struct distinfo {
|
|||
/* This is our global buffer of distribution pointers. Note that
|
||||
* We only malloc this once, and never again (until reboot time
|
||||
* of course :) ) We do clear it each and every time. */
|
||||
struct distinfo *g_distptrs = (struct distinfo *)0;
|
||||
static struct distinfo *g_distptrs;
|
||||
|
||||
/* Note that even though we malloc and save the path, it is never
|
||||
* used. Thus, this option. If you want to malloc and save every
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue