diff options
author | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-23 19:18:23 +0000 |
commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd (patch) | |
tree | a557339540c56dd3953c29a50ca0e48c1911efc8 /zebra/irdp.h | |
parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 (diff) | |
download | quagga-52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd.tar.bz2 quagga-52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd.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; }; |