diff options
author | Günther Deschner <gd@samba.org> | 2008-02-07 10:28:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-07 10:31:09 +0100 |
commit | f79051fe19a6f435b1ca51904dfa084031ede49f (patch) | |
tree | 304f3d96973622fb0fa7eba6282a61b15c8cb64a /source3/include | |
parent | bca0ef0ed769bfbee6e7041aae8256be872813c7 (diff) | |
download | samba-f79051fe19a6f435b1ca51904dfa084031ede49f.tar.gz samba-f79051fe19a6f435b1ca51904dfa084031ede49f.tar.xz samba-f79051fe19a6f435b1ca51904dfa084031ede49f.zip |
Remove unused marshalling for NET_GETANYDCNAME and NET_GETANYDCNAME.
Guenther
(This used to be commit a495e0e7c1eb91dd700a7d0fe9832fd0811cb2bb)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 244e37d85a3..362ff5f72af 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -398,40 +398,6 @@ typedef struct net_r_logon_ctrl2_info { NTSTATUS status; /* return code */ } NET_R_LOGON_CTRL2; -/* NET_Q_GETANYDCNAME - Ask a DC for a trusted DC name */ - -typedef struct net_q_getanydcname { - uint32 ptr_logon_server; - UNISTR2 uni_logon_server; - uint32 ptr_domainname; - UNISTR2 uni_domainname; -} NET_Q_GETANYDCNAME; - -/* NET_R_GETANYDCNAME - Ask a DC for a trusted DC name */ - -typedef struct net_r_getanydcname { - uint32 ptr_dcname; - UNISTR2 uni_dcname; - WERROR status; -} NET_R_GETANYDCNAME; - - -/* NET_Q_GETDCNAME - Ask a DC for a trusted DC name */ - -typedef struct net_q_getdcname { - UNISTR2 uni_logon_server; - uint32 ptr_domainname; - UNISTR2 uni_domainname; -} NET_Q_GETDCNAME; - -/* NET_R_GETDCNAME - Ask a DC for a trusted DC name */ - -typedef struct net_r_getdcname { - uint32 ptr_dcname; - UNISTR2 uni_dcname; - WERROR status; -} NET_R_GETDCNAME; - /* NET_Q_TRUST_DOM_LIST - LSA Query Trusted Domains */ typedef struct net_q_trust_dom_info { uint32 ptr; /* undocumented buffer pointer */ |