diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_samr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index ccb4fc9e44..8a3c4a8420 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -1204,6 +1204,10 @@ typedef struct { } ALIAS_INFO1; typedef struct { + UNISTR4 name; +} ALIAS_INFO2; + +typedef struct { UNISTR4 description; } ALIAS_INFO3; @@ -1216,6 +1220,7 @@ typedef struct { uint16 level; union { ALIAS_INFO1 info1; + ALIAS_INFO2 info2; ALIAS_INFO3 info3; } alias; } ALIAS_INFO_CTR; |