summaryrefslogtreecommitdiff
path: root/pimd/pim_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_str.c')
-rw-r--r--pimd/pim_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_str.c b/pimd/pim_str.c
index f6acd08739..180ed69fd2 100644
--- a/pimd/pim_str.c
+++ b/pimd/pim_str.c
@@ -42,7 +42,7 @@ void pim_addr_dump(const char *onfail, struct prefix *p, char *buf,
errno = save_errno;
}
-char *pim_str_sg_dump(const struct prefix_sg *sg)
+char *pim_str_sg_dump(const pim_sgaddr *sg)
{
static char sg_str[PIM_SG_LEN];