diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 00:00:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-24 00:52:01 +0100 |
commit | 2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch) | |
tree | 8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/torture | |
parent | b903c289390741e423c7457e7ee82c8c5cb8b74b (diff) | |
download | samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.xz samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.zip |
s3-prototypes: remove protos of some dead functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h index c7a4cbcfecb..f27a253f2de 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); |