Remove extern "C" from internal headers
[lttng-tools.git] / src / common / index / index.h
index c7bc656823b9138fbd15827c273a8cec82e2a3bd..25ecc1975d2c38701ea7f50f0ab8fd896fae05d5 100644 (file)
 #include <common/fs-handle.h>
 #include <common/trace-chunk.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_index_file {
        struct fs_handle *file;
        uint32_t major;
@@ -56,8 +52,4 @@ int lttng_index_file_read(const struct lttng_index_file *index_file,
 void lttng_index_file_get(struct lttng_index_file *index_file);
 void lttng_index_file_put(struct lttng_index_file *index_file);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _INDEX_H */
This page took 0.023476 seconds and 4 git commands to generate.