summaryrefslogtreecommitdiffstats
path: root/pimd/pim_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_static.h')
-rw-r--r--pimd/pim_static.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_static.h b/pimd/pim_static.h
index acb74a721..953ec0a70 100644
--- a/pimd/pim_static.h
+++ b/pimd/pim_static.h
@@ -42,7 +42,7 @@ int pim_static_add(struct pim_instance *pim, struct interface *iif,
int pim_static_del(struct pim_instance *pim, struct interface *iif,
struct interface *oif, struct in_addr group,
struct in_addr source);
-int pim_static_write_mroute(struct vty *vty, struct pim_instance *pim,
+int pim_static_write_mroute(struct pim_instance *pim, struct vty *vty,
struct interface *ifp);
#endif /* PIM_STATIC_H_ */