diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 22:51:34 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:51:57 +0100 |
commit | 023ea6fe026a1c355fef54fdaa3c6290cdead1f3 (patch) | |
tree | c3089b452775d09b021ba492819f5f5e419a7ff0 /source3/librpc/gen_ndr/lsa.h | |
parent | 61661480598cdb9ddd1fa27026947aff1834dd62 (diff) | |
download | samba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.tar.gz samba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.tar.bz2 samba-023ea6fe026a1c355fef54fdaa3c6290cdead1f3.zip |
Re-run make idl.
Guenther
(This used to be commit 71bc06fd5581aeb02f91aeae68d9572452b8ac1e)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/lsa.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h index 03ffdd08ab..131110c8e8 100644 --- a/source3/librpc/gen_ndr/lsa.h +++ b/source3/librpc/gen_ndr/lsa.h @@ -902,6 +902,11 @@ struct lsa_GetSystemAccessAccount { struct lsa_SetSystemAccessAccount { struct { + struct policy_handle *handle;/* [ref] */ + uint32_t access_mask; + } in; + + struct { NTSTATUS result; } out; |