Deleted Added
full compact
2c2
< /* $FreeBSD: head/sys/netinet/ip_gre.c 103026 2002-09-06 17:12:50Z sobomax $ */
---
> /* $FreeBSD: head/sys/netinet/ip_gre.c 103032 2002-09-06 18:16:03Z sobomax $ */
47c47
< __RCSID("@(#) $FreeBSD: head/sys/netinet/ip_gre.c 103026 2002-09-06 17:12:50Z sobomax $");
---
> __RCSID("@(#) $FreeBSD: head/sys/netinet/ip_gre.c 103032 2002-09-06 18:16:03Z sobomax $");
103c103
< struct gre_softc *gre_lookup __P((struct mbuf *, u_int8_t));
---
> static struct gre_softc *gre_lookup __P((struct mbuf *, u_int8_t));
105c105
< int gre_input2 __P((struct mbuf *, int, u_char));
---
> static int gre_input2 __P((struct mbuf *, int, u_char));
149c149
< int
---
> static int
342c342
< struct gre_softc *
---
> static struct gre_softc *