summaryrefslogtreecommitdiff
path: root/source4/torture/util.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-27 14:02:46 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-04-27 14:02:46 +0100
commit1e973565b6c0cb738b25a2d9439d5acb441701f4 (patch)
treeb5e2144426df4b44ef17a9a3e66a4f8295faedf3 /source4/torture/util.h
parent240d959005f5fd80a38b3734b39dd5d6e425a566 (diff)
downloadsamba-1e973565b6c0cb738b25a2d9439d5acb441701f4.tar.gz
Move subunit infrastructure code into lib/torture.
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r--source4/torture/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h
index 1009fcf9f11..9dc948ade50 100644
--- a/source4/torture/util.h
+++ b/source4/torture/util.h
@@ -20,6 +20,11 @@
#ifndef _TORTURE_PROVISION_H_
#define _TORTURE_PROVISION_H_
+#include "torture/torture.h"
+
+struct smbcli_state;
+struct smbcli_tree;
+
/**
setup a directory ready for a test
*/