From 30a8fe52b5c775691b5d3e6bbfbbd9a42264d0e2 Mon Sep 17 00:00:00 2001 From: mdodd Date: Sat, 15 Mar 2003 23:08:40 +0000 Subject: Don't strip header from packets before input routine is called. --- sys/net/iso88025.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/net/iso88025.h') diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h index f463647..6378bb4 100644 --- a/sys/net/iso88025.h +++ b/sys/net/iso88025.h @@ -139,7 +139,6 @@ void iso88025_ifdetach (struct ifnet *, int); int iso88025_ioctl (struct ifnet *, int , caddr_t ); int iso88025_output (struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *); -void iso88025_input (struct ifnet *, struct iso88025_header *, - struct mbuf *); +void iso88025_input (struct ifnet *, struct mbuf *); #endif -- cgit v1.1