X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=xattrs_config.h;h=6d8be2a26287414973f4c59cbcc8d166fc4cc49f;hb=e69c1b55d384c0931aca7d58a88a402053ae6c18;hp=87e133b76311287257e135c5aae1a3e88c93241e;hpb=44ba89e4e046391df5001e48b9469f7c0ef254f7;p=rrq%2Ffuse_xattrs.git diff --git a/xattrs_config.h b/xattrs_config.h index 87e133b..6d8be2a 100644 --- a/xattrs_config.h +++ b/xattrs_config.h @@ -10,12 +10,12 @@ #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; const char *source_dir; size_t source_dir_size; - } xattrs_config;