From 5c6712c2b517c1d9db6751b0be6c6a95609da480 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 25 Jun 1996 21:41:03 +0000 Subject: (ip_rt_del): New declaration. --- pfinet/linux-inet/route.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3