summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-13 00:37:19 +0100
committerGünther Deschner <gd@samba.org>2008-02-13 00:37:19 +0100
commit2600cb6b9b29230112924e306433cac2e5ba0ecc (patch)
tree5c88ede9028dfe20aa00fce564c71fde78495f9f /source3/include/rpc_lsa.h
parent0ba3d44f7321cb235eb214194395d5da02824690 (diff)
downloadsamba-2600cb6b9b29230112924e306433cac2e5ba0ecc.tar.gz
samba-2600cb6b9b29230112924e306433cac2e5ba0ecc.tar.bz2
samba-2600cb6b9b29230112924e306433cac2e5ba0ecc.zip
Remove unused marshalling for LSA_ENUM_TRUST_DOM.
Guenther (This used to be commit 90b07714ddb16ef87865cdf4f9c64c0372200e42)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 7a8520111d..724a980b45 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -137,29 +137,6 @@
/*******************************************************/
-typedef struct {
- POLICY_HND pol;
- uint32 enum_context;
- uint32 preferred_len; /* preferred maximum length */
-} LSA_Q_ENUM_TRUST_DOM;
-
-typedef struct {
- UNISTR4 name;
- DOM_SID2 *sid;
-} DOMAIN_INFO;
-
-typedef struct {
- uint32 count;
- DOMAIN_INFO *domains;
-} DOMAIN_LIST;
-
-typedef struct {
- uint32 enum_context;
- uint32 count;
- DOMAIN_LIST *domlist;
- NTSTATUS status;
-} LSA_R_ENUM_TRUST_DOM;
-
/*******************************************************/
#define MAX_REF_DOMAINS 32