From 4e920a4d6e1f8097d02ea84c85edaa951d0fdb4f Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 23 Sep 2004 19:18:23 +0000 Subject: Remove usage of evil list and listnode typedefs. --- zebra/interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/interface.h') diff --git a/zebra/interface.h b/zebra/interface.h index 88049b40..b38a9221 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -139,7 +139,7 @@ struct rtadvconf protocols as being on-link for the interface from which the advertisement is sent. The link-local prefix SHOULD NOT be included in the list of advertised prefixes. */ - list AdvPrefixList; + struct list *AdvPrefixList; }; #endif /* RTADV */ @@ -157,7 +157,7 @@ struct zebra_if u_char rtadv_enable; /* Interface's address. */ - list address; + struct list *address; #ifdef RTADV struct rtadvconf rtadv; -- cgit v1.2.3