summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-30 18:13:25 +0000
committerJim McDonough <jmcd@samba.org>2003-10-30 18:13:25 +0000
commit2e65aa1b284f34d62f8b54ddb19d2d87d4379433 (patch)
treef266be547ac17ae231264b74d95ac7e2c142a5bf /source3/include
parentbff3e7feee2c9ef91a487df410327666c38602c1 (diff)
downloadsamba-2e65aa1b284f34d62f8b54ddb19d2d87d4379433.tar.gz
samba-2e65aa1b284f34d62f8b54ddb19d2d87d4379433.tar.bz2
samba-2e65aa1b284f34d62f8b54ddb19d2d87d4379433.zip
Last of the GUID->struct uuid changes.
GUID has been removed. If you are dealing with a flattened version of a [gu]uid, use UUID_FLAT. smb_pack_uuid and smb_unpack_uuid will switch between the two. I'm not sure exactly what the genparse stuff is doing here, so I just switched it to a UUID_FLAT (no functional change), but I suspect this may not be the right way to go. (This used to be commit 001e9d0e814109a26d598001b3c23dfdb04510ff)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_secdes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h
index 4bb39dc935..56145ac024 100644
--- a/source3/include/rpc_secdes.h
+++ b/source3/include/rpc_secdes.h
@@ -113,13 +113,6 @@
PROTECTED_SACL_SECURITY_INFORMATION|\
PROTECTED_DACL_SECURITY_INFORMATION)
-/* Globally Unique ID */
-#define GUID_SIZE 16
-typedef struct guid_info
-{
- uint8 info[GUID_SIZE];
-} GUID;
-
/* SEC_ACCESS */
typedef struct security_info_info
{