features: Now it will add xattrs support to an specific directory (instead of the...
[rrq/fuse_xattrs.git] / fuse_xattrs_config.h
1 //
2 // Copyright (C) 2017  Felipe Barriga Richards <felipe {at} felipebarriga.cl>
3 //
4
5 #ifndef FUSE_XATTRS_FUSE_XATTRS_CONFIG_H
6 #define FUSE_XATTRS_FUSE_XATTRS_CONFIG_H
7
8 struct xattrs_config {
9     const char *source_dir;
10 } xattrs_config;
11
12 #endif //FUSE_XATTRS_FUSE_XATTRS_CONFIG_H