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_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_interface.h') diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index be3007d9..d28b3105 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -43,7 +43,7 @@ struct ospf6_interface struct ospf6_area *area; /* list of ospf6 neighbor */ - list neighbor_list; + struct list *neighbor_list; /* linklocal address of this I/F */ struct in6_addr *linklocal_addr; -- cgit v1.2.3