diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-22 17:54:06 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-22 17:54:06 +1000 |
commit | a6e5c70da75e62c84eff0911c279c6a9b0b00b45 (patch) | |
tree | 3d7904c8643a126cd72fa2f3b319a390c22139c7 /source4/libcli | |
parent | 7a9ffeca21666935ba08cd909b63fc063f7607f7 (diff) | |
download | samba-a6e5c70da75e62c84eff0911c279c6a9b0b00b45.tar.gz samba-a6e5c70da75e62c84eff0911c279c6a9b0b00b45.tar.bz2 samba-a6e5c70da75e62c84eff0911c279c6a9b0b00b45.zip |
added a define for all valid file attributes
(This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index e054ed6522..74869e8a45 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -370,6 +370,7 @@ #define FILE_ATTRIBUTE_OFFLINE 0x1000 #define FILE_ATTRIBUTE_NONINDEXED 0x2000 #define FILE_ATTRIBUTE_ENCRYPTED 0x4000 +#define FILE_ATTRIBUTE_ALL_MASK 0x7FFF /* Flags - combined with attributes. */ #define FILE_FLAG_WRITE_THROUGH 0x80000000L |