1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup the name space

This commit is contained in:
Gerald Carter
2005-03-22 15:39:24 +00:00
committed by Gerald (Jerry) Carter
parent 19a639ac46
commit 7dfafa712d
4 changed files with 8 additions and 7 deletions

View File

@@ -95,7 +95,12 @@ PRIVS privs[] = {
{SE_END, "", ""}
};
typedef struct priv_sid_list {
typedef struct {
int count;
DOM_SID *list;
} SID_LIST;
typedef struct {
SE_PRIV privilege;
SID_LIST sids;
} PRIV_SID_LIST;