summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-03-03 04:05:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:52 -0500
commit7f697e6da1c9d7c61ef3976d2868ccfe05b2fe2a (patch)
tree82b01f2a4560773b3f31bed8a3faedd2af8d16db /source3/include
parentc56d5cd4c4c0ddc2b9cb018b1cb1fceb1f2fc030 (diff)
downloadsamba-7f697e6da1c9d7c61ef3976d2868ccfe05b2fe2a.tar.gz
samba-7f697e6da1c9d7c61ef3976d2868ccfe05b2fe2a.tar.bz2
samba-7f697e6da1c9d7c61ef3976d2868ccfe05b2fe2a.zip
r5639: update smb.h with missing defines
(This used to be commit 0f188da8578165077b6d6df58c6e82be11943d40)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ff64513410..85a700fcc7 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1121,8 +1121,11 @@ struct bitmap {
#define FILE_ATTRIBUTE_NORMAL 0x080L
#define FILE_ATTRIBUTE_TEMPORARY 0x100L
#define FILE_ATTRIBUTE_SPARSE 0x200L
+#define FILE_ATTRIBUTE_REPARSE_POINT 0x400L
#define FILE_ATTRIBUTE_COMPRESSED 0x800L
+#define FILE_ATTRIBUTE_OFFLINE 0x1000L
#define FILE_ATTRIBUTE_NONINDEXED 0x2000L
+#define FILE_ATTRIBUTE_ENCRYPTED 0x4000L
#define SAMBA_ATTRIBUTES_MASK 0x7F
/* Flags - combined with attributes. */