summaryrefslogtreecommitdiff
path: root/isisd/isis_zebra.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_zebra.h')
-rw-r--r--isisd/isis_zebra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h
index fabf7200..0dce7995 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 */