summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-09 02:00:25 +0100
committerGünther Deschner <gd@samba.org>2008-02-09 02:05:39 +0100
commitebec5010b48f3de6eaf98ce2395e512a2e0258d5 (patch)
treedbfa2649ed2fa44a0d0e7e2101a175d2d47ea322 /source3/include
parent67536ed68fa184496c1a27dc3bd7ff6a2720f0ef (diff)
downloadsamba-ebec5010b48f3de6eaf98ce2395e512a2e0258d5.tar.gz
samba-ebec5010b48f3de6eaf98ce2395e512a2e0258d5.tar.bz2
samba-ebec5010b48f3de6eaf98ce2395e512a2e0258d5.zip
Remove unused marshalling for SAMR_ENUM_DOMAINS.
Guenther (This used to be commit 31132f33e2c7ee9664e3094eec1b5be45a69c6b2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 732149574b..16e9689090 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -457,37 +457,6 @@ typedef struct samr_entry_info
} SAM_ENTRY;
-
-/* SAMR_Q_ENUM_DOMAINS - SAM rids and names */
-typedef struct q_samr_enum_domains_info
-{
- POLICY_HND pol; /* policy handle */
-
- uint32 start_idx; /* enumeration handle */
- uint32 max_size; /* 0x0000 ffff */
-
-} SAMR_Q_ENUM_DOMAINS;
-
-/* SAMR_R_ENUM_DOMAINS - SAM rids and Domain names */
-typedef struct r_samr_enum_domains_info
-{
- uint32 next_idx; /* next starting index required for enum */
- uint32 ptr_entries1;
-
- uint32 num_entries2;
- uint32 ptr_entries2;
-
- uint32 num_entries3;
-
- SAM_ENTRY *sam;
- UNISTR2 *uni_dom_name;
-
- uint32 num_entries4;
-
- NTSTATUS status;
-
-} SAMR_R_ENUM_DOMAINS;
-
/* SAMR_Q_ENUM_DOM_USERS - SAM rids and names */
typedef struct q_samr_enum_dom_users_info
{