diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 | 
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 | 
| commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
| tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /pimd/pim_hello.h | |
| parent | 888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff) | |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_hello.h')
| -rw-r--r-- | pimd/pim_hello.h | 14 | 
1 files changed, 5 insertions, 9 deletions
diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h index ff799b20f8..df41f97d9e 100644 --- a/pimd/pim_hello.h +++ b/pimd/pim_hello.h @@ -24,17 +24,13 @@  #include "if.h" -int pim_hello_recv(struct interface *ifp, -		   struct in_addr src_addr, +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 *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 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);  void pim_hello_require(struct interface *ifp);  | 
