add ifa_ifwithdstaddr declaration
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 20 Apr 1986 14:08:55 +0000 (06:08 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 20 Apr 1986 14:08:55 +0000 (06:08 -0800)
SCCS-vsn: sys/net/if.h 6.12

usr/src/sys/net/if.h

index bec5e5e..6a6c9a2 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)if.h        6.11 (Berkeley) %G%
+ *     @(#)if.h        6.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -208,6 +208,7 @@ struct      ifqueue ipintrq;                /* ip packet input queue */
 struct ifqueue rawintrq;               /* raw packet input queue */
 struct ifnet *ifnet;
 struct ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet(), *ifa_ifwithaf();
 struct ifqueue rawintrq;               /* raw packet input queue */
 struct ifnet *ifnet;
 struct ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet(), *ifa_ifwithaf();
+struct ifaddr *ifa_ifwithdstaddr();
 #else KERNEL
 #include <net/if_arp.h>
 #endif KERNEL
 #else KERNEL
 #include <net/if_arp.h>
 #endif KERNEL