X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffs-handle.h;h=be6419c88315343b2980b415a54fc84ca0ae475e;hb=411b31544f22b773b4aad6cdb81faa81dc05e641;hp=afc5abc48571ed1510e91b56ba13d9d7151a8819;hpb=ac497a37018f3c253d2e50397294f58d33f7f24f;p=lttng-tools.git diff --git a/src/common/fs-handle.h b/src/common/fs-handle.h index afc5abc48..be6419c88 100644 --- a/src/common/fs-handle.h +++ b/src/common/fs-handle.h @@ -11,10 +11,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct fs_handle; /* @@ -67,8 +63,4 @@ int fs_handle_truncate(struct fs_handle *handle, off_t offset); off_t fs_handle_seek(struct fs_handle *handle, off_t offset, int whence); -#ifdef __cplusplus -} -#endif - #endif /* FS_HANDLE_H */