diff options
Diffstat (limited to 'zebra/zebra_mroute.h')
-rw-r--r-- | zebra/zebra_mroute.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h index 616c3a83a..5bee7b03d 100644 --- a/zebra/zebra_mroute.h +++ b/zebra/zebra_mroute.h @@ -28,7 +28,7 @@ struct mcast_route_data { unsigned long long lastused; }; -int zebra_ipmr_route_stats(struct zserv *client, u_short length, - struct zebra_vrf *zvf); +void zebra_ipmr_route_stats(struct zserv *client, u_short length, + struct zebra_vrf *zvf); #endif |