diff options
Diffstat (limited to 'staticd/static_routes.h')
| -rw-r--r-- | staticd/static_routes.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/staticd/static_routes.h b/staticd/static_routes.h index d88ed29364..2e2e4986c3 100644 --- a/staticd/static_routes.h +++ b/staticd/static_routes.h @@ -207,6 +207,7 @@ static_add_nexthop(struct static_path *pn, enum static_nh_type type,  		   struct ipaddr *ipaddr, const char *ifname,  		   const char *nh_vrf, uint32_t color);  extern void static_install_nexthop(struct static_nexthop *nh); +extern void static_uninstall_nexthop(struct static_nexthop *nh);  extern void static_delete_nexthop(struct static_nexthop *nh);  | 
