summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_nssa.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-09-10 14:24:19 -0400
committerGitHub <noreply@github.com>2021-09-10 14:24:19 -0400
commit94e7c5844256a4a73e771b734641e5efb2b59ed5 (patch)
tree3c479eab613ac3a69f458c03150d6929cea9d490 /ospf6d/ospf6_nssa.h
parent5bdc0346dc1d9676c0599a2cd1800a0868da97eb (diff)
parent7932dd93319b8125c53d42effb52ce5834b6d3c0 (diff)
Merge pull request #9597 from donaldsharp/ospf6_header_cleanup
ospf6d: Cleanup headers to our standard
Diffstat (limited to 'ospf6d/ospf6_nssa.h')
-rw-r--r--ospf6d/ospf6_nssa.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ospf6d/ospf6_nssa.h b/ospf6d/ospf6_nssa.h
index 454bdd7fe2..631503edc6 100644
--- a/ospf6d/ospf6_nssa.h
+++ b/ospf6d/ospf6_nssa.h
@@ -52,11 +52,11 @@ int ospf6_area_nssa_unset(struct ospf6 *ospf6, struct ospf6_area *area);
int ospf6_area_nssa_set(struct ospf6 *ospf6, struct ospf6_area *area);
extern void ospf6_nssa_lsa_flush(struct ospf6 *ospf6, struct prefix_ipv6 *p);
-extern struct ospf6_lsa *ospf6_translated_nssa_refresh(struct ospf6_area *,
- struct ospf6_lsa *,
- struct ospf6_lsa *);
-extern struct ospf6_lsa *ospf6_translated_nssa_originate(struct ospf6_area *,
- struct ospf6_lsa *);
+extern struct ospf6_lsa *ospf6_translated_nssa_refresh(struct ospf6_area *oa,
+ struct ospf6_lsa *type7,
+ struct ospf6_lsa *type5);
+extern struct ospf6_lsa *
+ospf6_translated_nssa_originate(struct ospf6_area *oa, struct ospf6_lsa *type7);
extern void ospf6_asbr_nssa_redist_task(struct ospf6 *ospf6);