From 2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Jul 2011 16:37:25 +0200 Subject: s3:libsmb: remove unused cli_set_port() metze --- source3/libsmb/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb/proto.h') diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index 151df40436..abb201a619 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -154,7 +154,6 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx, int cli_set_message(char *buf,int num_words,int num_bytes,bool zero); unsigned int cli_set_timeout(struct cli_state *cli, unsigned int timeout); -void cli_set_port(struct cli_state *cli, int port); void cli_setup_packet_buf(struct cli_state *cli, char *buf); NTSTATUS cli_set_domain(struct cli_state *cli, const char *domain); NTSTATUS cli_set_username(struct cli_state *cli, const char *username); -- cgit