summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-23 12:43:17 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit2377039738ea6676b71d58db770ffcd594ca08b7 (patch)
tree3768ea55244723f8c68c14cfc532dc5c542d218b /source3/torture
parentf064c8e4f23b7d427b6e0cb11a6d7ec04964e773 (diff)
downloadsamba-2377039738ea6676b71d58db770ffcd594ca08b7.tar.gz
samba-2377039738ea6676b71d58db770ffcd594ca08b7.tar.bz2
samba-2377039738ea6676b71d58db770ffcd594ca08b7.zip
s3-locking: move locking prototypes out of proto.h.
Will later become part of locking.h Guenther
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/locktest.c1
-rw-r--r--source3/torture/locktest2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c
index 6a53c88e5a..c415f4c5d8 100644
--- a/source3/torture/locktest.c
+++ b/source3/torture/locktest.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "locking/proto.h"
static fstring password[2];
static fstring username[2];
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c
index b51b8f2cad..55dc1d52b7 100644
--- a/source3/torture/locktest2.c
+++ b/source3/torture/locktest2.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "locking/proto.h"
static fstring password;
static fstring username;