summaryrefslogtreecommitdiffstats
path: root/src/fuse/main.h
blob: bf218056aa71a36843ac9b7f3122052a53e3119e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _MAIN_H_
#define _MAIN_H_

#define FUSE_USE_VERSION 30
#include <fuse_lowlevel.h>
#include <stdbool.h>

extern bool useCow;
extern bool cow_merge_after_upload;
void image_ll_getattr( fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi );

#endif /* main_H_ */