summaryrefslogtreecommitdiff
path: root/zebra/router-id.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/router-id.h')
-rw-r--r--zebra/router-id.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/router-id.h b/zebra/router-id.h
index f7d16853f1..4a35f6605b 100644
--- a/zebra/router-id.h
+++ b/zebra/router-id.h
@@ -34,12 +34,12 @@
extern "C" {
#endif
-extern void router_id_add_address(struct connected *);
-extern void router_id_del_address(struct connected *);
-extern void router_id_init(struct zebra_vrf *);
+extern void router_id_add_address(struct connected *c);
+extern void router_id_del_address(struct connected *c);
+extern void router_id_init(struct zebra_vrf *zvrf);
extern void router_id_cmd_init(void);
-extern void router_id_write(struct vty *);
-extern void router_id_get(struct prefix *, vrf_id_t);
+extern void router_id_write(struct vty *vty, struct zebra_vrf *zvrf);
+extern int router_id_get(afi_t afi, struct prefix *p, struct zebra_vrf *zvrf);
#ifdef __cplusplus
}