summaryrefslogtreecommitdiffstats
path: root/zebra/redistribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/redistribute.h')
-rw-r--r--zebra/redistribute.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/zebra/redistribute.h b/zebra/redistribute.h
index 5edb06c3d..6ca3b57d4 100644
--- a/zebra/redistribute.h
+++ b/zebra/redistribute.h
@@ -27,15 +27,11 @@
#include "vty.h"
#include "vrf.h"
-extern void zebra_redistribute_add(int, struct zserv *, int,
- struct zebra_vrf *zvrf);
-extern void zebra_redistribute_delete(int, struct zserv *, int,
- struct zebra_vrf *zvrf);
-
-extern void zebra_redistribute_default_add(int, struct zserv *, int,
- struct zebra_vrf *zvrf);
-extern void zebra_redistribute_default_delete(int, struct zserv *, int,
- struct zebra_vrf *zvrf);
+/* zapi handlers */
+extern void zebra_redistribute_add(ZAPI_HANDLER_ARGS);
+extern void zebra_redistribute_delete(ZAPI_HANDLER_ARGS);
+extern void zebra_redistribute_default_add(ZAPI_HANDLER_ARGS);
+extern void zebra_redistribute_default_delete(ZAPI_HANDLER_ARGS);
extern void redistribute_update(struct prefix *, struct prefix *,
struct route_entry *, struct route_entry *);