diff options
Diffstat (limited to 'vrrpd/vrrp.h')
-rw-r--r-- | vrrpd/vrrp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp.h b/vrrpd/vrrp.h index 9c1139837..b1994c23f 100644 --- a/vrrpd/vrrp.h +++ b/vrrpd/vrrp.h @@ -567,6 +567,6 @@ int vrrp_config_write_global(struct vty *vty); /* * Find VRRP Virtual Router by Virtual Router ID */ -struct vrrp_vrouter *vrrp_lookup(struct interface *ifp, uint8_t vrid); +struct vrrp_vrouter *vrrp_lookup(const struct interface *ifp, uint8_t vrid); #endif /* __VRRP_H__ */ |