X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fvolume.h;h=435f9d7996a8a5c806a8923c6881e458718a91fb;hp=26e171c2416238ef6b03a3cf88344ecac2e18d48;hb=03d5a494ff04279aa40256150b82b920e656627a;hpb=7ef5a9ef9c2b5a5a1ec9b609310859de155b44de diff --git a/include/atalk/volume.h b/include/atalk/volume.h index 26e171c2..435f9d79 100644 --- a/include/atalk/volume.h +++ b/include/atalk/volume.h @@ -171,6 +171,8 @@ typedef enum {lv_none = 0, lv_all = 1} lv_flags_t; #define VOLPBIT_ATTR_UNIXPRIV (1 << 5) #define VOLPBIT_ATTR_UTF8 (1 << 6) #define VOLPBIT_ATTR_NONETIDS (1 << 7) +#define VOLPBIT_ATTR_PRIVPARENT (1 << 8) +#define VOLPBIT_ATTR_NOTFILEXCHG (1 << 9) #define VOLPBIT_ATTR_EXT_ATTRS (1 << 10) #define VOLPBIT_ATTR_ACLS (1 << 11) #define VOLPBIT_ATTR_CASESENS (1 << 12)