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/testsuite_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/talloc/testsuite_main.c') diff --git a/lib/talloc/testsuite_main.c b/lib/talloc/testsuite_main.c index 1b51333278..50ce0f8e3b 100644 --- a/lib/talloc/testsuite_main.c +++ b/lib/talloc/testsuite_main.c @@ -25,8 +25,7 @@ #include "replace.h" -struct torture_context; -bool torture_local_talloc(struct torture_context *tctx); +#include "talloc_testsuite.h" int main(void) { -- cgit