summaryrefslogtreecommitdiff
path: root/pimd/pim_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_str.h')
-rw-r--r--pimd/pim_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_str.h b/pimd/pim_str.h
index ca20352504..3dff9fa1e9 100644
--- a/pimd/pim_str.h
+++ b/pimd/pim_str.h
@@ -29,6 +29,6 @@
#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);
+char *pim_str_sg_dump (const struct prefix_sg *sg);
#endif