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. --- ospf6d/ospf6_area.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_area.h') diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 734f030c..0cee6386 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -47,7 +47,7 @@ struct ospf6_area struct ospf6_route_table *summary_router; /* OSPF interface list */ - list if_list; + struct list *if_list; struct ospf6_lsdb *lsdb; struct ospf6_lsdb *lsdb_self; -- cgit v1.2.1