aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtiofsd/fuse_log.h')
-rw-r--r--tools/virtiofsd/fuse_log.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/virtiofsd/fuse_log.h b/tools/virtiofsd/fuse_log.h
index 5e112e0f53..0af700da6b 100644
--- a/tools/virtiofsd/fuse_log.h
+++ b/tools/virtiofsd/fuse_log.h
@@ -16,10 +16,6 @@
#include <stdarg.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* Log severity level
*
@@ -75,8 +71,4 @@ void fuse_set_log_func(fuse_log_func_t func);
*/
void fuse_log(enum fuse_log_level level, const char *fmt, ...);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* FUSE_LOG_H_ */