diff options
author | Günther Deschner <gd@samba.org> | 2011-04-21 18:24:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-21 18:28:07 +0200 |
commit | bb65187b8978c418bff9cca0881b31b5ad9bb93e (patch) | |
tree | 1a63f45591fb000ebf5db233c5582683a4c34212 /source3/include | |
parent | 2b608f3e677295ca66cdae73c1461847155ca01c (diff) | |
download | samba-bb65187b8978c418bff9cca0881b31b5ad9bb93e.tar.gz samba-bb65187b8978c418bff9cca0881b31b5ad9bb93e.tar.bz2 samba-bb65187b8978c418bff9cca0881b31b5ad9bb93e.zip |
s3-proto: move more rpc client prototypes to cli_pipe.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d4ab13d497..36f0235b02 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2672,13 +2672,6 @@ NTSTATUS rpc_pipe_open_interface(TALLOC_CTX *mem_ctx, struct messaging_context *msg_ctx, struct rpc_pipe_client **cli_pipe); -/* The following definitions come from rpc_client/cli_pipe_schannel.c */ - -NTSTATUS get_schannel_session_key(struct cli_state *cli, - const char *domain, - uint32 *pneg_flags, - struct rpc_pipe_client **presult); - /* The following definitions come from rpc_server/rpc_handles.c */ size_t num_pipe_handles(struct pipes_struct *p); |