diff options
author | hasso <hasso> | 2004-09-10 22:48:21 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-10 22:48:21 +0200 |
commit | f390d2c7839c04100e4de8246215ce10ea96b653 (patch) | |
tree | 9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/isis_zebra.h | |
parent | Add IS-IS info into array. (diff) | |
download | frr-f390d2c7839c04100e4de8246215ce10ea96b653.tar.xz frr-f390d2c7839c04100e4de8246215ce10ea96b653.zip |
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/isis_zebra.h')
-rw-r--r-- | isisd/isis_zebra.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index fabf72005..0dce79957 100644 --- a/isisd/isis_zebra.h +++ b/isisd/isis_zebra.h @@ -26,8 +26,8 @@ extern struct zclient *zclient; void isis_zebra_init (void); void isis_zebra_finish (void); -void isis_zebra_route_update (struct prefix *prefix, - struct isis_route_info *route_info); +void isis_zebra_route_update (struct prefix *prefix, + struct isis_route_info *route_info); int isis_distribute_list_update (int routetype); #endif /* _ZEBRA_ISIS_ZEBRA_H */ |