diff options
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r-- | include/fuse_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index 96359ef..b78e977 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -30,4 +30,7 @@ struct fuse_file_info { unsigned int direct_io : 1; }; +/** Structure containing a raw command */ +struct fuse_cmd; + #endif /* _FUSE_COMMON_H_ */ |