summaryrefslogtreecommitdiff
path: root/ripd/ripd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-03-23 07:37:28 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-03-24 08:37:21 -0400
commit02e701e49e90e7b0f2d9332b54210507f965669f (patch)
tree539267b6a9e87a6feed4d5ea1e258e7a638112db /ripd/ripd.h
parent24a58196ddcff2215d382d8a677c2dcdc898e03c (diff)
*: Fixup formatting issues due to reordering
All the event changes exposed a bunch of places where we were not properly following our standards. Just clean them up in one big fell swoop. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index 6cde37148d..176a3bfc37 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -418,7 +418,7 @@ extern void rip_if_init(void);
extern void rip_route_map_init(void);
extern void rip_zebra_vrf_register(struct vrf *vrf);
extern void rip_zebra_vrf_deregister(struct vrf *vrf);
-extern void rip_zclient_init(struct event_loop *);
+extern void rip_zclient_init(struct event_loop *e);
extern void rip_zclient_stop(void);
extern int if_check_address(struct rip *rip, struct in_addr addr);
extern struct rip *rip_lookup_by_vrf_id(vrf_id_t vrf_id);