From: Christian Franke Date: Thu, 20 Sep 2018 13:28:23 +0000 (+0200) Subject: isisd: Add forward declaration of struct isis_route_info X-Git-Tag: frr-7.1-dev~278^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ad10378940516a1ec279e36dc0848232f4c4c377;p=matthieu%2Ffrr.git isisd: Add forward declaration of struct isis_route_info Signed-off-by: Christian Franke --- diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index 4fbcf87217..20c10d0b23 100644 --- a/isisd/isis_zebra.h +++ b/isisd/isis_zebra.h @@ -27,6 +27,8 @@ extern struct zclient *zclient; void isis_zebra_init(struct thread_master *); void isis_zebra_stop(void); +struct isis_route_info; + void isis_zebra_route_update(struct prefix *prefix, struct prefix_ipv6 *src_p, struct isis_route_info *route_info);