X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/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