X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffs-handle.h;h=be6419c88315343b2980b415a54fc84ca0ae475e;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hp=afc5abc48571ed1510e91b56ba13d9d7151a8819;hpb=729c1fec5976af17fded2f026725a08ef1924290;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 */