summaryrefslogtreecommitdiff
path: root/pimd/pim_hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_hello.h')
-rw-r--r--pimd/pim_hello.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h
index 3a6d3361ba..1f8b348bd7 100644
--- a/pimd/pim_hello.h
+++ b/pimd/pim_hello.h
@@ -29,15 +29,14 @@ 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(const char *ifname,
+int pim_hello_build_tlv(struct interface *ifp,
uint8_t *tlv_buf, int tlv_buf_size,
uint16_t holdtime,
uint32_t dr_priority,
uint32_t generation_id,
uint16_t propagation_delay,
uint16_t override_interval,
- int can_disable_join_suppression,
- struct list *ifconnected);
+ int can_disable_join_suppression);
void pim_hello_require(struct interface *ifp);