summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-25 21:41:03 +0000
committerMiles Bader <miles@gnu.org>1996-06-25 21:41:03 +0000
commit5c6712c2b517c1d9db6751b0be6c6a95609da480 (patch)
treedddce0894c1a1795322b074263f5c82d6738f9fe
parent652e7ee9f5fcc100fedb4af3eb38ee290a54ccca (diff)
(ip_rt_del): New declaration.
-rw-r--r--pfinet/linux-inet/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/linux-inet/route.h b/pfinet/linux-inet/route.h
index a693ffb4..e43efa4e 100644
--- a/pfinet/linux-inet/route.h
+++ b/pfinet/linux-inet/route.h
@@ -45,6 +45,7 @@ struct rtable
extern void ip_rt_flush(struct device *dev);
extern void ip_rt_add(short flags, unsigned long addr, unsigned long mask,
unsigned long gw, struct device *dev, unsigned short mss, unsigned long window);
+extern void ip_rt_del(unsigned long dst, struct device *dev);
extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
extern int rt_get_info(char * buffer, char **start, off_t offset, int length);