Remove extern "C" from internal headers
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index b155fe4adc712ac688fc5279f1cb945cc2bbaf92..d81e0b8cf7bc12aa156d5159873b209c904f4737 100644 (file)
 #include "inet6.h"
 #include <common/unix.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Queue size of listen(2) */
 #define LTTNG_SESSIOND_COMM_MAX_LISTEN 64
 
@@ -930,8 +926,4 @@ void lttcomm_init(void);
 /* Get network timeout, in milliseconds */
 unsigned long lttcomm_get_network_timeout(void);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _LTTNG_SESSIOND_COMM_H */
This page took 0.023014 seconds and 4 git commands to generate.