diff options
Diffstat (limited to 'pimd/pim_str.h')
| -rw-r--r-- | pimd/pim_str.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pimd/pim_str.h b/pimd/pim_str.h index 0ca517102a..12a33a810f 100644 --- a/pimd/pim_str.h +++ b/pimd/pim_str.h @@ -35,9 +35,11 @@ */ #define PIM_SG_LEN 36 -void pim_addr_dump (const char *onfail, struct prefix *p, char *buf, int buf_size); -void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, int buf_size); -char *pim_str_sg_dump (const struct prefix_sg *sg); -char *pim_str_sg_set (const struct prefix_sg *sg, char *sg_str); +void pim_addr_dump(const char *onfail, struct prefix *p, char *buf, + int buf_size); +void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, + int buf_size); +char *pim_str_sg_dump(const struct prefix_sg *sg); +char *pim_str_sg_set(const struct prefix_sg *sg, char *sg_str); #endif |
