diff options
Diffstat (limited to 'sys/net/iso88025.h')
-rw-r--r-- | sys/net/iso88025.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |