summaryrefslogtreecommitdiff
path: root/lib/talloc/testsuite_main.c
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/testsuite_main.c
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/testsuite_main.c')
-rw-r--r--lib/talloc/testsuite_main.c3
1 files changed, 1 insertions, 2 deletions
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)
{