X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/zebra/redistribute_null.c diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c index 5584d12..99272b6 100644 --- a/zebra/redistribute_null.c +++ b/zebra/redistribute_null.c @@ -44,7 +44,7 @@ void zebra_redistribute_default_delete (int a, struct zserv *b, int c, { return; } #endif -void redistribute_add (struct prefix *a, struct rib *b) +void redistribute_add (struct prefix *a, struct rib *b, struct rib *c) { return; } #ifdef HAVE_SYS_WEAK_ALIAS_PRAGMA #pragma weak redistribute_delete = redistribute_add