From 3020db6f585e28df15b7a83c8a9da078106b85a0 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Oct 2002 10:45:53 +0000 Subject: Be consistent about functions being static. Spotted by: FlexeLint --- sys/net/if_spppsubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if_spppsubr.c') diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 3709f71..61dbb6f 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -2075,7 +2075,7 @@ sppp_to_event(const struct cp *cp, struct sppp *sp) * Change the state of a control protocol in the state automaton. * Takes care of starting/stopping the restart timer. */ -void +static void sppp_cp_change_state(const struct cp *cp, struct sppp *sp, int newstate) { sp->state[cp->protoidx] = newstate; @@ -3876,7 +3876,7 @@ static void sppp_ipv6cp_scr(struct sppp *sp) /* * Handle incoming CHAP packets. */ -void +static void sppp_chap_input(struct sppp *sp, struct mbuf *m) { STDDCL; -- cgit v1.1