further ansi C crap necessary to relieve ordering constraints
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Fri, 31 Jan 1992 04:02:51 +0000 (20:02 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Fri, 31 Jan 1992 04:02:51 +0000 (20:02 -0800)
SCCS-vsn: sys/net/if.h 7.15

usr/src/sys/net/if.h

index 7c8f5dd..eb56bbb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if.h        7.14 (Berkeley) %G%
+ *     @(#)if.h        7.15 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 #endif
 #endif
 
 #endif
 #endif
 
+#ifdef __STDC__
+/*
+ * Forward structure declarations for function prototypes [sic].
+ */
+struct rtentry;        
+#endif
 /*
  * Structure defining a queue for a network interface.
  *
 /*
  * Structure defining a queue for a network interface.
  *