From 9664f24ecfcfe16b90e602bf7c9bc577a0b743d0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Jul 2008 18:45:39 +0200 Subject: Remove now unused cli_get_iface (This used to be commit 2e60701e8d41132f90e64a86bccd99cc188d38c9) --- 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 194dda7648..90b79c2fa4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7915,7 +7915,6 @@ const char *cli_get_pipe_name_from_iface(TALLOC_CTX *mem_ctx, struct cli_state *cli, const struct ndr_syntax_id *interface); int cli_get_pipe_idx(const RPC_IFACE *syntax); -const struct ndr_syntax_id *cli_get_iface(int pipe_idx); void init_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 flags, uint32 call_id, int data_len, int auth_len); bool smb_io_rpc_hdr(const char *desc, RPC_HDR *rpc, prs_struct *ps, int depth); -- cgit