mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-20 04:13:12 +08:00
config get and struct naming cleanup
This commit is contained in:
10
src/read.hpp
10
src/read.hpp
@ -27,10 +27,10 @@ namespace mergerfs
|
||||
namespace fuse
|
||||
{
|
||||
int
|
||||
read(const char *fusepath,
|
||||
char *buf,
|
||||
size_t count,
|
||||
off_t offset,
|
||||
struct fuse_file_info *fi);
|
||||
read(const char *fusepath,
|
||||
char *buf,
|
||||
size_t count,
|
||||
off_t offset,
|
||||
fuse_file_info *fi);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user