diff options
Diffstat (limited to 'pimd/pim_util.h')
| -rw-r--r-- | pimd/pim_util.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h index 4788005206..1b319cfe4c 100644 --- a/pimd/pim_util.h +++ b/pimd/pim_util.h @@ -31,6 +31,6 @@ uint16_t igmp_msg_decode8to16(uint8_t code);  void pim_pkt_dump(const char *label, const uint8_t *buf, int size); -int pim_is_group_224_0_0_0_24 (struct in_addr group_addr); -int pim_is_group_224_4 (struct in_addr group_addr); +int pim_is_group_224_0_0_0_24(struct in_addr group_addr); +int pim_is_group_224_4(struct in_addr group_addr);  #endif /* PIM_UTIL_H */  | 
