summaryrefslogtreecommitdiffstats
path: root/zebra/router-id.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/router-id.h')
-rw-r--r--zebra/router-id.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/zebra/router-id.h b/zebra/router-id.h
index be12bf50..46d300ee 100644
--- a/zebra/router-id.h
+++ b/zebra/router-id.h
@@ -33,8 +33,9 @@
extern void router_id_add_address(struct connected *);
extern void router_id_del_address(struct connected *);
-extern void router_id_init(void);
+extern void router_id_init(struct zebra_vrf *);
+extern void router_id_cmd_init(void);
extern void router_id_write(struct vty *);
-extern void router_id_get(struct prefix *);
+extern void router_id_get(struct prefix *, vrf_id_t);
#endif