From a8045b1339153175ec294acaa59d0496e90d9e03 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 May 2008 11:16:57 +0200 Subject: rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static. Slim the interface... Michael (This used to be commit 9971118c23900d81e885a013e738a67df790c90c) --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 03a7f918c0..e30bb327a6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7061,13 +7061,6 @@ NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, const char *username, const char *password, struct cli_pipe_auth_data **presult); -NTSTATUS rpc_pipe_open_tcp_port(TALLOC_CTX *mem_ctx, const char *host, - uint16_t port, - const struct ndr_syntax_id *abstract_syntax, - struct rpc_pipe_client **presult); -NTSTATUS rpc_pipe_get_tcp_port(const char *host, - const struct ndr_syntax_id *abstract_syntax, - uint16_t *pport); NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx, const char *host, const struct ndr_syntax_id *abstract_syntax, struct rpc_pipe_client **presult); -- cgit