summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r--zebra/rtadv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h
index 8cb933e0b..76f98cf2c 100644
--- a/zebra/rtadv.h
+++ b/zebra/rtadv.h
@@ -59,7 +59,6 @@ struct rtadv_prefix
};
extern void rtadv_config_write (struct vty *, struct interface *);
-extern void rtadv_init (void);
/* RFC4584 Extension to Sockets API for Mobile IPv6 */
@@ -101,4 +100,8 @@ extern const char *rtadv_pref_strs[];
#endif /* RTADV */
+extern void rtadv_init (struct zebra_vrf *);
+extern void rtadv_terminate (struct zebra_vrf *);
+extern void rtadv_cmd_init (void);
+
#endif /* _ZEBRA_RTADV_H */