summaryrefslogtreecommitdiff
path: root/ospfd/ospf_api.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-05-19 17:04:48 +0300
committerGitHub <noreply@github.com>2021-05-19 17:04:48 +0300
commit1f25f6c768f0d359fdcad1baab71a813fa0993ae (patch)
tree18049268e1dbc28a1ae8a01a2453c1de1cefc5c6 /ospfd/ospf_api.h
parentf334254982d38f010cc4d92f2a936d563a2cd52e (diff)
parent8db278b5e3e2b1a8b2d8ac85789565d5dd268ac6 (diff)
Merge pull request #8408 from Orange-OpenSource/TE
ospfd: Correct Coverity defects
Diffstat (limited to 'ospfd/ospf_api.h')
-rw-r--r--ospfd/ospf_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_api.h b/ospfd/ospf_api.h
index 0fc683a5db..c20284aed5 100644
--- a/ospfd/ospf_api.h
+++ b/ospfd/ospf_api.h
@@ -276,7 +276,7 @@ struct apimsg {
*/
/* For debugging only. */
-extern void api_opaque_lsa_print(struct lsa_header *data);
+extern void api_opaque_lsa_print(struct ospf_lsa *lsa);
/* Messages sent by client */
extern struct msg *new_msg_register_opaque_type(uint32_t seqnum, uint8_t ltype,