diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-25 14:49:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:13 -0500 |
commit | 6c5853aa8d6dfbfeb96d705cbd157544352f810e (patch) | |
tree | 030b2b45d64c60a5fbd5cf768e06a9208e406569 /source4/torture/torture.h | |
parent | a0effc9d040f1491fe2910d8c2e80d3d4e6b15cf (diff) | |
download | samba-6c5853aa8d6dfbfeb96d705cbd157544352f810e.tar.gz samba-6c5853aa8d6dfbfeb96d705cbd157544352f810e.tar.bz2 samba-6c5853aa8d6dfbfeb96d705cbd157544352f810e.zip |
r14718: Add initial work on a standardized UI for smbtorture
(This used to be commit a15a8d87b50fe3011c009d3c030cf54ec86540b4)
Diffstat (limited to 'source4/torture/torture.h')
-rw-r--r-- | source4/torture/torture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/torture.h b/source4/torture/torture.h index 7fe546b007..9d0f84759b 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -41,6 +41,9 @@ extern int torture_numops; extern int torture_failures; extern BOOL use_level_II_oplocks; +struct torture_context; +struct torture_test; + #include "torture/proto.h" #endif /* __TORTURE_H__ */ |