X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Findex%2Findex.h;h=25ecc1975d2c38701ea7f50f0ab8fd896fae05d5;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=c7bc656823b9138fbd15827c273a8cec82e2a3bd;hpb=ac497a37018f3c253d2e50397294f58d33f7f24f;p=lttng-tools.git diff --git a/src/common/index/index.h b/src/common/index/index.h index c7bc65682..25ecc1975 100644 --- a/src/common/index/index.h +++ b/src/common/index/index.h @@ -17,10 +17,6 @@ #include #include -#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 */