summaryrefslogtreecommitdiff
path: root/pbrd/pbr_zebra.h
diff options
context:
space:
mode:
Diffstat (limited to 'pbrd/pbr_zebra.h')
-rw-r--r--pbrd/pbr_zebra.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbrd/pbr_zebra.h b/pbrd/pbr_zebra.h
index cc42e21abe..57c6f080c7 100644
--- a/pbrd/pbr_zebra.h
+++ b/pbrd/pbr_zebra.h
@@ -35,9 +35,9 @@ extern void route_delete(struct pbr_nexthop_group_cache *pnhgc,
extern void pbr_send_rnh(struct nexthop *nhop, bool reg);
-extern void pbr_send_pbr_map(struct pbr_map_sequence *pbrms,
- struct pbr_map_interface *pmi, bool install,
- bool changed);
+extern int pbr_send_pbr_map(struct pbr_map_sequence *pbrms,
+ struct pbr_map_interface *pmi, bool install,
+ bool changed);
extern struct pbr_interface *pbr_if_new(struct interface *ifp);