From 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 23 Sep 2004 19:18:23 +0000 Subject: Remove usage of evil list and listnode typedefs. --- bgpd/bgp_nexthop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bgpd/bgp_nexthop.c') diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c index e94ecf25..4100e3df 100644 --- a/bgpd/bgp_nexthop.c +++ b/bgpd/bgp_nexthop.c @@ -815,8 +815,8 @@ bgp_connected_delete (struct connected *ifc) int bgp_nexthop_self (afi_t afi, struct attr *attr) { - listnode node; - listnode node2; + struct listnode *node; + struct listnode *node2; struct interface *ifp; struct connected *ifc; struct prefix *p; -- cgit v1.2.1