X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=xattrs_config.h;h=6d8be2a26287414973f4c59cbcc8d166fc4cc49f;hb=186796e391585f79f86d4aebc274dcaa78f58769;hp=38039020f26f9f19d52cc63a7250fefd98440b04;hpb=c2151710dfb6f6ebe0134477198265e67142101b;p=rrq%2Ffuse_xattrs.git diff --git a/xattrs_config.h b/xattrs_config.h index 3803902..6d8be2a 100644 --- a/xattrs_config.h +++ b/xattrs_config.h @@ -10,9 +10,12 @@ #ifndef FUSE_XATTRS_CONFIG_H #define FUSE_XATTRS_CONFIG_H -struct xattrs_config { - int show_sidecar; +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;