commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
committer | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
tree | a557339540c56dd3953c29a50ca0e48c1911efc8 | |
parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 [diff] [blame] |
Remove usage of evil list and listnode typedefs.
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index d831d94..9fd0395 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h
@@ -34,7 +34,7 @@ struct timeval starttime; /* list of areas */ - list area_list; + struct list *area_list; /* AS scope link state database */ struct ospf6_lsdb *lsdb;