mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-20 12:21:33 +08:00
config get and struct naming cleanup
This commit is contained in:
@ -29,7 +29,7 @@ namespace mergerfs
|
||||
namespace fuse
|
||||
{
|
||||
int
|
||||
open(const char *fusepath,
|
||||
struct fuse_file_info *fileinfo);
|
||||
open(const char *fusepath,
|
||||
fuse_file_info *fileinfo);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user