diff options
Diffstat (limited to 'ospf6d/ospf6_asbr.h')
| -rw-r--r-- | ospf6d/ospf6_asbr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_asbr.h b/ospf6d/ospf6_asbr.h index 46c99706ac..24cc6a07b2 100644 --- a/ospf6d/ospf6_asbr.h +++ b/ospf6d/ospf6_asbr.h @@ -70,7 +70,7 @@ struct ospf6_as_external_lsa {  		(E)->bits_metric |= htonl(0x00ffffff) & htonl(C);              \  	} -extern void ospf6_asbr_lsa_add(struct ospf6_lsa *lsa, struct ospf6 *ospf6); +extern void ospf6_asbr_lsa_add(struct ospf6_lsa *lsa);  extern void ospf6_asbr_lsa_remove(struct ospf6_lsa *lsa,  				  struct ospf6_route *asbr_entry);  extern void ospf6_asbr_lsentry_add(struct ospf6_route *asbr_entry,  | 
