1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-25 13:32:08 -06:00

dll; fuse: rename dot_hidden option to dothidden

This commit is contained in:
Bill Zissimopoulos
2019-04-16 12:11:43 -07:00
parent 8beb534340
commit 3c3163c41b
3 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ struct fuse
int set_uid, uid;
int set_gid, gid;
int rellinks;
int dot_hidden;
int dothidden;
unsigned ThreadCount;
struct fuse_operations ops;
void *data;
@@ -142,7 +142,7 @@ struct fsp_fuse_core_opt_data
set_gid, gid,
set_attr_timeout, attr_timeout,
rellinks,
dot_hidden;
dothidden;
int set_FileInfoTimeout,
set_DirInfoTimeout,
set_EaTimeout,