summaryrefslogtreecommitdiffstats
path: root/zebra/irdp.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 /zebra/irdp.h
parentb1184fa423d676dddeba855994ec32758fda1d31 (diff)
downloadquagga-4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f.tar.bz2
quagga-4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f.tar.xz
Remove usage of evil list and listnode typedefs.
Diffstat (limited to 'zebra/irdp.h')
-rw-r--r--zebra/irdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/irdp.h b/zebra/irdp.h
index 2bf17f07..88453e98 100644
--- a/zebra/irdp.h
+++ b/zebra/irdp.h
@@ -132,7 +132,7 @@ struct irdp_interface
unsigned long irdp_sent;
u_int16_t Lifetime;
- list AdvPrefList;
+ struct list *AdvPrefList;
};