config get and struct naming cleanup

This commit is contained in:
Antonio SJ Musumeci
2015-08-05 09:28:53 -04:00
parent 81dbafdc19
commit f130d07fd8
67 changed files with 471 additions and 467 deletions
+5 -5
View File
@@ -46,11 +46,11 @@ namespace mergerfs
namespace fuse
{
int
write(const char *fusepath,
const char *buf,
size_t count,
off_t offset,
struct fuse_file_info *ffi)
write(const char *fusepath,
const char *buf,
size_t count,
off_t offset,
fuse_file_info *ffi)
{
return _write(ffi->fh,
buf,