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
- Lines: 10
- Date:
Wed Jun 9 14:45:36 1999
- Orig file:
v2.3.5/linux/include/net/dst.h
- Orig date:
Mon May 31 22:28:06 1999
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)