From a20c49831013977385e5b7e7bcb307ce451aaaa9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 21 Jul 2008 13:04:13 +0200 Subject: Remove unused function rpccli_is_pipe_idx (This used to be commit 287ffc17a072d5e1a5b0e1ecae089faf67b814b7) --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 720ba3f91f..856ab76603 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7073,7 +7073,6 @@ NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, struct cli_pipe_auth_data *auth); unsigned int rpccli_set_timeout(struct rpc_pipe_client *cli, unsigned int timeout); -bool rpccli_is_pipe_idx(struct rpc_pipe_client *cli, int pipe_idx); bool rpccli_get_pwd_hash(struct rpc_pipe_client *cli, uint8_t nt_hash[16]); struct cli_state *rpc_pipe_np_smb_conn(struct rpc_pipe_client *p); NTSTATUS rpccli_anon_bind_data(TALLOC_CTX *mem_ctx, -- cgit