]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
add cplusplus guards to all zebra headers
[mirror_frr.git] / zebra / zebra_router.h
index e5043f38ae6aa12a1ec195bf482c569634945737..61f2902233114ca3ce8116aa253d47f3f1729227 100644 (file)
 
 #include "zebra/zebra_ns.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * This header file contains the idea of a router and as such
  * owns data that is associated with a router from zebra's
@@ -129,4 +133,9 @@ extern void zebra_router_sweep_route(void);
 extern void zebra_router_show_table_summary(struct vty *vty);
 
 extern uint32_t zebra_router_get_next_sequence(void);
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif