From f426f39908178e90621fa1798ace3ed21a6a6428 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 25 Jun 1996 19:55:20 +0000 Subject: (rt_del): Export. --- pfinet/linux-inet/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet/linux-inet') diff --git a/pfinet/linux-inet/route.c b/pfinet/linux-inet/route.c index a6069706..e709f932 100644 --- a/pfinet/linux-inet/route.c +++ b/pfinet/linux-inet/route.c @@ -68,7 +68,7 @@ static struct rtable *rt_loopback = NULL; * Remove a routing table entry. */ -static void rt_del(unsigned long dst, char *devname) +void rt_del(unsigned long dst, char *devname) { struct rtable *r, **rp; unsigned long flags; -- cgit v1.2.3