diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:33:45 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:17 +0100 | 
| commit | 8451921b70044a2c1075e7ba391f095fabee2550 (patch) | |
| tree | b624fd822ce8e1c74840796b3c91a3a747b9e9ba /isisd/isis_route.h | |
| parent | bf8d3d6aca3f20255a621ed1c148fd05b3a8ae5c (diff) | |
*: require semicolon after DEFINE_HOOK & co.
See previous commit.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'isisd/isis_route.h')
| -rw-r--r-- | isisd/isis_route.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_route.h b/isisd/isis_route.h index d6763ec76c..0e206d08f4 100644 --- a/isisd/isis_route.h +++ b/isisd/isis_route.h @@ -52,7 +52,7 @@ struct isis_route_info {  DECLARE_HOOK(isis_route_update_hook,  	     (struct isis_area * area, struct prefix *prefix,  	      struct isis_route_info *route_info), -	     (area, prefix, route_info)) +	     (area, prefix, route_info));  void isis_nexthop_delete(struct isis_nexthop *nexthop);  void adjinfo2nexthop(int family, struct list *nexthops,  | 
