]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_mlag_vty.h
zebra: Fix tracepoint changes for lttng
[mirror_frr.git] / zebra / zebra_mlag_vty.h
index c3dfdf74e017ddf66b9a4daa0c3bb08102843492..789154d684ea0e55f18cde749462cdaa7e9ef643 100644 (file)
 #ifndef __ZEBRA_MLAG_VTY_CODE__
 #define __ZEBRA_MLAG_VTY_CODE__
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern int32_t zebra_mlag_test_mlag_internal(const char *none,
                                             const char *primary,
                                             const char *secondary);
 
 extern void zebra_mlag_vty_init(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif