config get and struct naming cleanup

This commit is contained in:
Antonio SJ Musumeci
2015-07-21 14:19:17 -04:00
parent 81dbafdc19
commit f130d07fd8
67 changed files with 471 additions and 467 deletions

View File

@ -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);
}
}