CMakeLists: enable optimization: -O3
[rrq/fuse_xattrs.git] / xattrs_config.h
1 /*
2   fuse_xattrs - Add xattrs support using sidecar files
3
4   Copyright (C) 2017  Felipe Barriga Richards <felipe {at} felipebarriga.cl>
5
6   This program can be distributed under the terms of the GNU GPL.
7   See the file COPYING.
8 */
9
10 #ifndef FUSE_XATTRS_CONFIG_H
11 #define FUSE_XATTRS_CONFIG_H
12
13 struct xattrs_config {
14     int show_sidecar;
15     const char *source_dir;
16 } xattrs_config;
17
18
19 #endif //FUSE_XATTRS_CONFIG_H