Oops, commit here slipped through the cracks.

This commit is contained in:
thorpej 1999-05-20 18:07:27 +00:00
parent c0c79283f3
commit 3da4443954

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_arc.h,v 1.9 1999/02/25 11:20:34 is Exp $ */
/* $NetBSD: if_arc.h,v 1.10 1999/05/20 18:07:27 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -121,9 +121,6 @@ u_int8_t arcbroadcastaddr;
void arc_ifattach __P((struct ifnet *, u_int8_t));
char *arc_sprintf __P((u_int8_t *));
void arc_input __P((struct ifnet *, struct mbuf *));
int arc_output __P((struct ifnet *, struct mbuf *, struct sockaddr *,
struct rtentry *));
int arc_isphds __P((int));
#endif