summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-09-19 10:09:34 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:33 +0100
commit4c29389c045ec6489b10cb64aab394d21fe884ed (patch)
treec99f5dad1f6aebc572c1d4cef9f1a005ef7a24cb /source3/torture/proto.h
parent1fef161d2a0b73519cba23739e326ba0b2e11c2a (diff)
downloadsamba-4c29389c045ec6489b10cb64aab394d21fe884ed.tar.gz
samba-4c29389c045ec6489b10cb64aab394d21fe884ed.tar.bz2
samba-4c29389c045ec6489b10cb64aab394d21fe884ed.zip
s3:torture: add a new test SMB2-TCON-DEPENDENCE
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/torture/proto.h')
-rw-r--r--source3/torture/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index e68545d98d..b7de9e6b2b 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -96,6 +96,7 @@ bool run_nttrans_fsctl(int dummy);
bool run_smb2_basic(int dummy);
bool run_smb2_negprot(int dummy);
bool run_smb2_session_reconnect(int dummy);
+bool run_smb2_tcon_dependence(int dummy);
bool run_local_conv_auth_info(int dummy);
bool run_local_sprintf_append(int dummy);