diff options
Diffstat (limited to 'zebra/redistribute_null.c')
| -rw-r--r-- | zebra/redistribute_null.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c index 85d3bd2f1b..ffde8ed773 100644 --- a/zebra/redistribute_null.c +++ b/zebra/redistribute_null.c @@ -20,6 +20,7 @@ */ #include <zebra.h> +#include "vty.h" #include "zebra/rib.h" #include "zebra/zserv.h" @@ -38,9 +39,10 @@ void zebra_redistribute_default_delete (int a, struct zserv *b, int c, struct zebra_vrf *zvrf) { return; } -void redistribute_update (struct prefix *a, struct rib *b, struct rib *c) +void redistribute_update (struct prefix *a, struct prefix *b, + struct rib *c, struct rib *d) { return; } -void redistribute_delete (struct prefix *a, struct rib *b) +void redistribute_delete (struct prefix *a, struct prefix *b, struct rib *c) { return; } void zebra_interface_up_update (struct interface *a) |
