Some slight cleanup.

This commit is contained in:
thorpej 2000-07-06 04:34:26 +00:00
parent 7f0eba7ad8
commit 70140a566d
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_gre.c,v 1.11 2000/07/05 22:45:26 thorpej Exp $ */
/* $NetBSD: ip_gre.c,v 1.12 2000/07/06 04:34:26 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -100,6 +100,8 @@ void gre_inet_ntoa(struct in_addr in); /* XXX */
struct gre_softc *gre_lookup __P((struct mbuf *, u_int8_t));
int gre_input2 __P((struct mbuf *, int, u_char));
/*
* De-encapsulate a packet and feed it back through ip input (this
* routine is called whenever IP gets a packet with proto type

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_gre.h,v 1.3 1998/10/07 23:33:02 thorpej Exp $ */
/* $NetBSD: ip_gre.h,v 1.4 2000/07/06 04:34:26 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,10 +38,5 @@
#ifdef _KERNEL
void gre_input __P((struct mbuf *, ...));
int gre_input2 __P((struct mbuf *,int hlen,u_char proto));
void gre_mobile_input __P((struct mbuf *, ...));
#ifndef MROUTING
void gre_ipip_input __P((struct mbuf *, ...));
#endif
#endif /* _KERNEL */