summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-23 19:18:23 +0000
committerhasso <hasso>2004-09-23 19:18:23 +0000
commit4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f (patch)
treea91cf8638374956315b62b8ef31dae29f90ee07e /ospf6d/ospf6_top.h
parentb1184fa423d676dddeba855994ec32758fda1d31 (diff)
downloadquagga-4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f.tar.bz2
quagga-4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f.tar.xz
Remove usage of evil list and listnode typedefs.
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r--ospf6d/ospf6_top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h
index d831d94f..9fd03954 100644
--- a/ospf6d/ospf6_top.h
+++ b/ospf6d/ospf6_top.h
@@ -34,7 +34,7 @@ struct ospf6
struct timeval starttime;
/* list of areas */
- list area_list;
+ struct list *area_list;
/* AS scope link state database */
struct ospf6_lsdb *lsdb;