diff options
author | Günther Deschner <gd@samba.org> | 2011-04-13 14:32:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-13 22:23:59 +0200 |
commit | 9824e2e5ee336aa6c72fb121935f364f3d8fea6e (patch) | |
tree | 62934cf0ac9424c4eea8270499f0c8f2673c18d5 /source3/include | |
parent | d2d976d8351c4bf7557a7bd8509db4a644de913d (diff) | |
download | samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.tar.gz samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.tar.bz2 samba-9824e2e5ee336aa6c72fb121935f364f3d8fea6e.zip |
s3-rpc_client: add and use rpc_client/rpc_client.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 25 | ||||
-rw-r--r-- | source3/include/ntdomain.h | 2 |
2 files changed, 2 insertions, 25 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index a4c52c3a06..671640b8b4 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -48,31 +48,6 @@ struct print_job_info { time_t t; }; -#include "rpc_client/rpc_transport.h" - -struct dcerpc_binding_handle; - -struct rpc_pipe_client { - struct rpc_pipe_client *prev, *next; - - struct rpc_cli_transport *transport; - struct dcerpc_binding_handle *binding_handle; - - struct ndr_syntax_id abstract_syntax; - struct ndr_syntax_id transfer_syntax; - - char *desthost; - char *srv_name_slash; - - uint16 max_xmit_frag; - uint16 max_recv_frag; - - struct pipe_auth_data *auth; - - /* The following is only non-null on a netlogon client pipe. */ - struct netlogon_creds_CredentialState *dc; -}; - struct cli_state_seqnum { struct cli_state_seqnum *prev, *next; uint16_t mid; diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 8fb1248919..077924d6f4 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -23,6 +23,8 @@ #ifndef _NT_DOMAIN_H /* _NT_DOMAIN_H */ #define _NT_DOMAIN_H +#include "librpc/rpc/dcerpc.h" + /* * A bunch of stuff that was put into smb.h * in the NTDOM branch - it didn't belong there. |