From: Donald Sharp Date: Thu, 30 Mar 2017 14:22:00 +0000 (-0400) Subject: pimd: Fix header to be more descriptive of what it is doing X-Git-Tag: reindent-master-before~222^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2e725ad140e14ed03195028881be65c2cefc079a;p=mirror%2Ffrr.git pimd: Fix header to be more descriptive of what it is doing Signed-off-by: Donald Sharp --- diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h index de5359e2c0..1f8b348bd7 100644 --- a/pimd/pim_hello.h +++ b/pimd/pim_hello.h @@ -29,7 +29,7 @@ int pim_hello_recv(struct interface *ifp, struct in_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); -int pim_hello_build_tlv(struct interface *ifname, +int pim_hello_build_tlv(struct interface *ifp, uint8_t *tlv_buf, int tlv_buf_size, uint16_t holdtime, uint32_t dr_priority,