summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 23:33:52 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 23:38:13 +0100
commit5da927716a857ce686f3b75476671d32f047d2c0 (patch)
tree7d16c6a386c929a1a0381a40e0ee552fefd3a9ba /source3/include
parente88eb3ed16ce5ddcf795322cfd2bd6ac555ce5d5 (diff)
downloadsamba-5da927716a857ce686f3b75476671d32f047d2c0.tar.gz
samba-5da927716a857ce686f3b75476671d32f047d2c0.tar.bz2
samba-5da927716a857ce686f3b75476671d32f047d2c0.zip
Remove unused marshalling for NET_DSR_GETDCNAME.
Guenther (This used to be commit 65c2aa344e45064cbfddd87715862d60f7ac2a8a)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index 21dd42d77e..bab2caaf61 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -1029,37 +1029,4 @@ struct DS_DOMAIN_CONTROLLER_INFO {
const char *client_site_name;
};
-/* NET_Q_DSR_GETDCNAME */
-typedef struct net_q_dsr_getdcname {
- uint32 ptr_server_unc;
- UNISTR2 uni_server_unc;
- uint32 ptr_domain_name;
- UNISTR2 uni_domain_name;
- uint32 ptr_domain_guid;
- struct GUID *domain_guid;
- uint32 ptr_site_guid;
- struct GUID *site_guid;
- uint32 flags;
-} NET_Q_DSR_GETDCNAME;
-
-/* NET_R_DSR_GETDCNAME */
-typedef struct net_r_dsr_getdcname {
- uint32 ptr_dc_unc;
- UNISTR2 uni_dc_unc;
- uint32 ptr_dc_address;
- UNISTR2 uni_dc_address;
- int32 dc_address_type;
- struct GUID domain_guid;
- uint32 ptr_domain_name;
- UNISTR2 uni_domain_name;
- uint32 ptr_forest_name;
- UNISTR2 uni_forest_name;
- uint32 dc_flags;
- uint32 ptr_dc_site_name;
- UNISTR2 uni_dc_site_name;
- uint32 ptr_client_site_name;
- UNISTR2 uni_client_site_name;
- WERROR result;
-} NET_R_DSR_GETDCNAME;
-
#endif /* _RPC_NETLOGON_H */