From 10b1ed670f215d1cd4252374b4040e4cbf58723a Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 2 Jan 2011 12:33:12 +1100 Subject: 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 Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104 --- lib/talloc/talloc_testsuite.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/talloc/talloc_testsuite.h (limited to 'lib/talloc/talloc_testsuite.h') 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 -- cgit