summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 14:35:27 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 14:40:27 +0100
commit25bc71f117776024bd2d1f024b44af57c6b33f74 (patch)
tree6e55583adc088b883fd117571aae11d7a80145b6 /source3/include/rpc_lsa.h
parent96aa5dea8e53eaa96511d8091101da7d88046396 (diff)
downloadsamba-25bc71f117776024bd2d1f024b44af57c6b33f74.tar.gz
samba-25bc71f117776024bd2d1f024b44af57c6b33f74.tar.bz2
samba-25bc71f117776024bd2d1f024b44af57c6b33f74.zip
Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.
Guenther (This used to be commit 15b97d1aafd6c8ad936944b611188154b191167f)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index e7e013f8aa..1b82342cfc 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -462,22 +462,6 @@ typedef struct
} LSA_R_ENUM_ACCT_RIGHTS;
-/* LSA_Q_ADD_ACCT_RIGHTS - LSA add account rights */
-typedef struct
-{
- POLICY_HND pol; /* policy handle */
- DOM_SID2 sid;
- uint32 count;
- UNISTR4_ARRAY *rights;
-} LSA_Q_ADD_ACCT_RIGHTS;
-
-/* LSA_R_ADD_ACCT_RIGHTS - LSA add account rights */
-typedef struct
-{
- NTSTATUS status;
-} LSA_R_ADD_ACCT_RIGHTS;
-
-
/* LSA_Q_REMOVE_ACCT_RIGHTS - LSA remove account rights */
typedef struct
{