summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-05 11:23:04 +0100
committerGünther Deschner <gd@samba.org>2008-02-05 13:19:47 +0100
commita9333427d0e783f1de95f31b0f3a99c871816f07 (patch)
treeb20b58f6bb2725bf32326c5b76f1e106d1ceffee /source3/include
parentfc681ec58151285ed02cbbeb4544e4f3d643b03d (diff)
downloadsamba-a9333427d0e783f1de95f31b0f3a99c871816f07.tar.gz
samba-a9333427d0e783f1de95f31b0f3a99c871816f07.tar.bz2
samba-a9333427d0e783f1de95f31b0f3a99c871816f07.zip
Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN.
Guenther (This used to be commit 2e2b80bd03133dcf7a9c8a54f60eba7d07b7038a)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 7cbf179f54..4ee2daeb06 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -1387,25 +1387,6 @@ typedef struct r_samr_chgpasswd_user3
} SAMR_R_CHGPASSWD_USER3;
-
-/* SAMR_Q_REMOVE_SID_FOREIGN_DOMAIN */
-typedef struct q_samr_remove_sid_foreign_domain_info
-{
- POLICY_HND dom_pol; /* policy handle */
- DOM_SID2 sid; /* SID */
-
-} SAMR_Q_REMOVE_SID_FOREIGN_DOMAIN;
-
-
-/* SAMR_R_REMOVE_SID_FOREIGN_DOMAIN */
-typedef struct r_samr_remove_sid_foreign_domain_info
-{
- NTSTATUS status; /* return status */
-
-} SAMR_R_REMOVE_SID_FOREIGN_DOMAIN;
-
-
-
/* these are from the old rpc_samr.h - they are needed while the merge
is still going on */
#define MAX_SAM_SIDS 15