diff options
Diffstat (limited to 'zebra/redistribute_null.c')
| -rw-r--r-- | zebra/redistribute_null.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c index 598eafc355..63fae3eeb5 100644 --- a/zebra/redistribute_null.c +++ b/zebra/redistribute_null.c @@ -47,9 +47,9 @@ void zebra_interface_delete_update (struct interface *a) { return; } #endif -void zebra_vrf_add_update (struct vrf *a) +void zebra_vrf_add_update (struct zebra_vrf *a) { return; } -void zebra_vrf_delete_update (struct vrf *a) +void zebra_vrf_delete_update (struct zebra_vrf *a) { return; } void zebra_interface_address_add_update (struct interface *a, |
