summaryrefslogtreecommitdiff
path: root/lib/replace/test/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/test/testsuite.c')
-rw-r--r--lib/replace/test/testsuite.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/replace/test/testsuite.c b/lib/replace/test/testsuite.c
index 0e455f2317..0c1fac67a0 100644
--- a/lib/replace/test/testsuite.c
+++ b/lib/replace/test/testsuite.c
@@ -48,6 +48,9 @@
#define TESTFILE "testfile.dat"
+struct torture_context;
+bool torture_local_replace(struct torture_context *ctx);
+
/*
test ftruncate() function
*/
@@ -1052,7 +1055,6 @@ static int test_memmem(void)
}
-struct torture_context;
bool torture_local_replace(struct torture_context *ctx)
{
bool ret = true;