]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/skiplist.h
*: encode zapi labels message using nexthops
[mirror_frr.git] / lib / skiplist.h
index a2e8c374b1f7b1877ab5c1c5d1c0d1b1555c2363..2ab37331c9a9c8e96c1946ff3dcccf57d4299fb0 100644 (file)
 #ifndef _ZEBRA_SKIPLIST_H
 #define _ZEBRA_SKIPLIST_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define SKIPLIST_0TIMER_DEBUG 1
 
 /*
@@ -122,4 +126,8 @@ extern void skiplist_debug(struct vty *vty, struct skiplist *l);
 
 extern void skiplist_test(struct vty *vty);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _ZEBRA_SKIPLIST_H */