diff options
author | Günther Deschner <gd@samba.org> | 2008-02-13 11:17:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-13 11:18:36 +0100 |
commit | c60460a54982b2e3b6b7aff457eba39d638897ea (patch) | |
tree | 7e57b5930c626c3d58c554d4ff6ef71a595cb859 /source3/include | |
parent | ce7d5975b48e538779c5bd10f45677b0ea23ae80 (diff) | |
download | samba-c60460a54982b2e3b6b7aff457eba39d638897ea.tar.gz samba-c60460a54982b2e3b6b7aff457eba39d638897ea.tar.bz2 samba-c60460a54982b2e3b6b7aff457eba39d638897ea.zip |
Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.
Guenther
(This used to be commit 7e1f33436adb0625662969f52b501c57d4a4bc87)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_samr.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 637df60478..62c6b167db 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -153,46 +153,6 @@ SamrTestPrivateFunctionsUser /* The following should be the greater of the preceeding two. */ #define MAX_SAM_ENTRIES MAX_SAM_ENTRIES_W2K -typedef struct samr_entry_info -{ - uint32 rid; - UNIHDR hdr_name; - -} SAM_ENTRY; - -/* SAMR_Q_ENUM_DOM_ALIASES - SAM rids and names */ -typedef struct q_samr_enum_dom_aliases_info -{ - POLICY_HND pol; /* policy handle */ - - /* this is possibly an enumeration context handle... */ - uint32 start_idx; /* 0x0000 0000 */ - - uint32 max_size; /* 0x0000 ffff */ - -} SAMR_Q_ENUM_DOM_ALIASES; - - -/* SAMR_R_ENUM_DOM_ALIASES - SAM rids and names */ -typedef struct r_samr_enum_dom_aliases_info -{ - uint32 next_idx; - uint32 ptr_entries1; - - uint32 num_entries2; - uint32 ptr_entries2; - - uint32 num_entries3; - - SAM_ENTRY *sam; - UNISTR2 *uni_grp_name; - - uint32 num_entries4; - - NTSTATUS status; - -} SAMR_R_ENUM_DOM_ALIASES; - /* these are from the old rpc_samr.h - they are needed while the merge is still going on */ #define MAX_SAM_SIDS 15 |