Remove extern "C" from internal headers
[lttng-tools.git] / src / common / fs-handle.h
index afc5abc48571ed1510e91b56ba13d9d7151a8819..be6419c88315343b2980b415a54fc84ca0ae475e 100644 (file)
 #include <common/macros.h>
 #include <stdio.h>
 
-#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 */
This page took 0.024481 seconds and 4 git commands to generate.