]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_str.h
lib, pimd: Fix borked up prefix code
[mirror_frr.git] / pimd / pim_str.h
index ca203525048f592137c3b9fb5ead2176f990af73..3dff9fa1e96bbb5542a89aadfc49d3ab176e7556 100644 (file)
@@ -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