mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-03 02:58:26 +00:00
parent
411e42384e
commit
fcb5aa77fb
@ -22,6 +22,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -149,7 +149,7 @@ static int set_bucket(const char* arg);
|
||||
static int my_fuse_opt_proc(void* data, const char* arg, int key, struct fuse_args* outargs);
|
||||
static fsblkcnt_t parse_bucket_size(char* value);
|
||||
static bool is_cmd_exists(const std::string& command);
|
||||
static int print_umount_message(const std::string& mp, bool force);
|
||||
static int print_umount_message(const std::string& mp, bool force) __attribute__ ((unused));
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// fuse interface functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user