From 0d579953042b5c361ead51f57957accb3706e3f0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 Mar 2005 15:39:24 +0000 Subject: r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup the name space (This used to be commit 7dfafa712deb115e425c7367296400c54827a217) --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 91ec52df23..5b557b5926 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -281,10 +281,6 @@ typedef struct sid_info } DOM_SID; -typedef struct sid_list { - uint32 count; - DOM_SID *list; -} SID_LIST; /* * The complete list of SIDS belonging to this user. -- cgit