Be consistent about functions being static.

Spotted by:	FlexeLint.
This commit is contained in:
phk 2002-10-16 09:19:17 +00:00
parent f83790d7e4
commit d3ea08da79

View File

@ -115,7 +115,7 @@ u_int natm_sookbytes = 0; /* # of bytes ok */
#endif
void natm_init()
static void natm_init()
{
LIST_INIT(&natm_pcbs);