From 67a85b3f1bca7e0590ae97d07a6ef32c418e64d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 12 Nov 2005 07:48:56 +0000 Subject: r11697: - added a generic SMB2 getinfo call - added a SMB2-SCANGETINFO test for scanning for available info levels - added names for the info levels I recognise to smb2.h (This used to be commit fe5986067e2aaca039d70393ccc8761434f18fe6) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 059466bc59..e519c52b52 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -343,3 +343,4 @@ struct smb2_tree; struct smb2_tree_connect; struct smb2_create; struct smb2_close; +struct smb2_getinfo; -- cgit