X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=xattrs_config.h;h=8c01dd3fe98a0bfafd7733928ec76e05b86374dc;hb=refs%2Fheads%2Fmaster;hp=87e133b76311287257e135c5aae1a3e88c93241e;hpb=44ba89e4e046391df5001e48b9469f7c0ef254f7;p=rrq%2Ffuse_xattrs.git diff --git a/xattrs_config.h b/xattrs_config.h index 87e133b..8c01dd3 100644 --- a/xattrs_config.h +++ b/xattrs_config.h @@ -10,12 +10,13 @@ #ifndef FUSE_XATTRS_CONFIG_H #define FUSE_XATTRS_CONFIG_H -struct xattrs_config { +extern struct xattrs_config { const int show_sidecar; const int enable_namespaces; + const char *sidecar_dir; + size_t sidecar_dir_size; const char *source_dir; size_t source_dir_size; - } xattrs_config;