diff options
Diffstat (limited to 'pimd/pim_str.h')
| -rw-r--r-- | pimd/pim_str.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_str.h b/pimd/pim_str.h index 925f17f732..ea84362699 100644 --- a/pimd/pim_str.h +++ b/pimd/pim_str.h @@ -27,6 +27,9 @@ #include <sys/socket.h> #include <arpa/inet.h> +#include <prefix.h> + 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); #endif |
