summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_packet.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 14:38:17 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 14:39:07 -0400
commitcf2f4daee37d1cbb92d29cbb3f0bf3268ee372cd (patch)
tree8d834c3c4e48a7f77bb9a4a69617056e4a4780b3 /eigrpd/eigrp_packet.h
parenta6e8810ee341b0c1fc959ca0c9ed044990b4bfc8 (diff)
eigrpd: Pass in actual used parameter to header creation
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_packet.h')
-rw-r--r--eigrpd/eigrp_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_packet.h b/eigrpd/eigrp_packet.h
index 040204a7fc..03fe412f1f 100644
--- a/eigrpd/eigrp_packet.h
+++ b/eigrpd/eigrp_packet.h
@@ -41,7 +41,7 @@ extern struct eigrp_packet *eigrp_packet_duplicate(struct eigrp_packet *,
struct eigrp_neighbor *);
extern void eigrp_packet_free(struct eigrp_packet *);
extern void eigrp_packet_delete(struct eigrp_interface *);
-extern void eigrp_packet_header_init(int, struct eigrp_interface *,
+extern void eigrp_packet_header_init(int, struct eigrp *,
struct stream *, u_int32_t, u_int32_t,
u_int32_t);
extern void eigrp_packet_checksum(struct eigrp_interface *, struct stream *,