]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/openbsd-queue.h
lib: fix doc comment of the "cli_show_end" northbound callback
[mirror_frr.git] / lib / openbsd-queue.h
index e09cc3d4e529d41e56afb6615b71af6f5d965e9e..d4c08a3be8c8cc0a1447c73431eff56a96714dd8 100644 (file)
 #ifndef _SYS_QUEUE_H_
 #define        _SYS_QUEUE_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * This file defines five types of data structures: singly-linked lists,
  * lists, simple queues, tail queues and XOR simple queues.
                }                                                              \
        } while (0)
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* !_SYS_QUEUE_H_ */