s4:libcli/smb2: move SMB2_GETINFO_* flags into smb2_constants.h
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Aug 2009 12:12:19 +0000 (14:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Aug 2009 12:56:23 +0000 (14:56 +0200)
metze

source4/libcli/smb2/smb2_calls.h
source4/libcli/smb2/smb2_constants.h

index eeacac72bfce6f5475dbcc6c447c4c7c36f5b78a..bea0573c26d967b2fcee9786f1f3d7e0968a699b 100644 (file)
@@ -52,12 +52,6 @@ struct smb2_negprot {
        } out;
 };
 
-/* getinfo classes */
-#define SMB2_GETINFO_FILE               0x01
-#define SMB2_GETINFO_FS                 0x02
-#define SMB2_GETINFO_SECURITY           0x03
-#define SMB2_GETINFO_QUOTA              0x04
-
 /* NOTE! the getinfo fs and file levels exactly match up with the
    'passthru' SMB levels, which are levels >= 1000. The SMB2 client
    lib uses the names from the libcli/raw/ library */
index 25c49689e56c5d25c0eeedb75871e2c30d34ba62..3047809b74e7e3ec9d11437ebdd55e5b283ad631 100644 (file)
 #define SMB2_CONTINUE_FLAG_INDEX      0x04
 #define SMB2_CONTINUE_FLAG_REOPEN     0x10
 
+/* getinfo classes */
+#define SMB2_GETINFO_FILE               0x01
+#define SMB2_GETINFO_FS                 0x02
+#define SMB2_GETINFO_SECURITY           0x03
+#define SMB2_GETINFO_QUOTA              0x04
+
 #endif