Be consistent about functions being static.
Spotted by: FlexeLint.
This commit is contained in:
parent
f83790d7e4
commit
d3ea08da79
@ -115,7 +115,7 @@ u_int natm_sookbytes = 0; /* # of bytes ok */
|
||||
#endif
|
||||
|
||||
|
||||
void natm_init()
|
||||
static void natm_init()
|
||||
|
||||
{
|
||||
LIST_INIT(&natm_pcbs);
|
||||
|
Loading…
Reference in New Issue
Block a user