patch-2.3.6 linux/include/net/dst.h

Next file: linux/include/net/if_inet6.h
Previous file: linux/include/net/addrconf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.5/linux/include/net/dst.h linux/include/net/dst.h
@@ -170,6 +170,9 @@
 	if (dst->expires == 0 || (long)(dst->expires - expires) > 0)
 		dst->expires = expires;
 }
+
+extern void		dst_init(void);
+
 #endif
 
 #endif /* _NET_DST_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)