Be consistent about functions being static.

Spotted by:	FlexeLint.
This commit is contained in:
Poul-Henning Kamp 2002-10-16 09:19:17 +00:00
parent 88647b6de5
commit c7e1894e95

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);