summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_rp.h')
-rw-r--r--pimd/pim_rp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_rp.h b/pimd/pim_rp.h
index be50bbb18..c9dfa201f 100644
--- a/pimd/pim_rp.h
+++ b/pimd/pim_rp.h
@@ -42,4 +42,6 @@ struct pim_rpf *pim_rp_g (struct in_addr group);
#define I_am_RP(G) pim_rp_i_am_rp ((G))
#define RP(G) pim_rp_g ((G))
+
+void pim_rp_show_information (struct vty *vty);
#endif