From 2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 00:00:22 +0100 Subject: s3-prototypes: remove protos of some dead functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104 --- source3/torture/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index c7a4cbcfec..f27a253f2d 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -64,7 +64,6 @@ bool torture_nttrans_scan(int dummy); void *shm_setup(int size); bool smbcli_parse_unc(const char *unc_name, TALLOC_CTX *mem_ctx, char **hostname, char **sharename); -void torture_open_connection_free_unclist(char **unc_list); bool torture_open_connection(struct cli_state **c, int conn_index); bool torture_cli_session_setup2(struct cli_state *cli, uint16 *new_vuid); bool torture_close_connection(struct cli_state *c); -- cgit