diff options
author | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
commit | 4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f (patch) | |
tree | a91cf8638374956315b62b8ef31dae29f90ee07e /zebra/irdp.h | |
parent | b1184fa423d676dddeba855994ec32758fda1d31 (diff) | |
download | quagga-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.h | 2 |
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; }; |