summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_routemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigrpd/eigrp_routemap.h')
-rw-r--r--eigrpd/eigrp_routemap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/eigrpd/eigrp_routemap.h b/eigrpd/eigrp_routemap.h
index 0fee25b9ab..f378d88cd8 100644
--- a/eigrpd/eigrp_routemap.h
+++ b/eigrpd/eigrp_routemap.h
@@ -8,11 +8,11 @@
#ifndef EIGRPD_EIGRP_ROUTEMAP_H_
#define EIGRPD_EIGRP_ROUTEMAP_H_
-extern void eigrp_route_map_update (const char *);
-extern void eigrp_route_map_init ();
-extern void eigrp_if_rmap_update (struct if_rmap *);
-extern void eigrp_if_rmap_update_interface (struct interface *);
-extern void eigrp_routemap_update_redistribute (void);
-extern void eigrp_rmap_update (const char *);
+extern void eigrp_route_map_update(const char *);
+extern void eigrp_route_map_init();
+extern void eigrp_if_rmap_update(struct if_rmap *);
+extern void eigrp_if_rmap_update_interface(struct interface *);
+extern void eigrp_routemap_update_redistribute(void);
+extern void eigrp_rmap_update(const char *);
#endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */