From 0bff8622749b29b31bd07444a1f060d9da3f4f68 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 12 Feb 2008 02:38:22 +0100 Subject: Remove some more unused samr headers. Guenther (This used to be commit cdae43530932b807d6dadf402db6553090f76320) --- source3/include/rpc_samr.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'source3') diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 16e9689090..4c7b334145 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -559,23 +559,6 @@ typedef struct r_samr_enum_dom_aliases_info } SAMR_R_ENUM_DOM_ALIASES; -/* SAMR_Q_GET_DISPENUM_INDEX */ -typedef struct q_samr_get_dispenum_index -{ - POLICY_HND domain_pol; - uint16 switch_level; - LSA_STRING name; - -} SAMR_Q_GET_DISPENUM_INDEX; - -/* SAMR_R_GET_DISPENUM_INDEX */ -typedef struct r_samr_get_dispenum_index -{ - uint32 idx; - NTSTATUS status; - -} SAMR_R_GET_DISPENUM_INDEX; - /********************************************************/ /********************************************************/ @@ -705,14 +688,4 @@ typedef struct r_samr_lookup_rids_info is still going on */ #define MAX_SAM_SIDS 15 -/* DOM_SID3 - security id */ -typedef struct sid_info_3 -{ - uint16 len; /* length, bytes, including length of len :-) */ - /* uint8 pad[2]; */ - - DOM_SID sid; - -} DOM_SID3; - #endif /* _RPC_SAMR_H */ -- cgit