summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc_testsuite.h
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2011-01-02 12:33:12 +1100
committerStefan Metzmacher <metze@samba.org>2011-01-03 11:12:39 +0100
commit10b1ed670f215d1cd4252374b4040e4cbf58723a (patch)
tree8a428ed5d3b487ee86b17c6c59bceb49990b4190 /lib/talloc/talloc_testsuite.h
parent3e52b99a3167c320f232e3792f6fab280cf992b8 (diff)
downloadsamba-10b1ed670f215d1cd4252374b4040e4cbf58723a.tar.gz
samba-10b1ed670f215d1cd4252374b4040e4cbf58723a.tar.bz2
samba-10b1ed670f215d1cd4252374b4040e4cbf58723a.zip
talloc: Fix warnings in test code
This should not change any behaviour - the intent is just to reduce the "nuisance" warnings. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/talloc/talloc_testsuite.h')
-rw-r--r--lib/talloc/talloc_testsuite.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/talloc/talloc_testsuite.h b/lib/talloc/talloc_testsuite.h
new file mode 100644
index 0000000000..acb9701041
--- /dev/null
+++ b/lib/talloc/talloc_testsuite.h
@@ -0,0 +1,7 @@
+#ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
+#define __LIB_TALLOC_TALLOC_TESTSUITE_H__
+
+struct torture_context;
+bool torture_local_talloc(struct torture_context *tctx);
+
+#endif