From 9f697903556529bb4fedd73d027c317e56f6bf21 Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 19 Mar 2010 21:24:15 -0700 Subject: smbtorture: Move interactive shell into a separate file. --- lib/torture/torture.c | 2 +- lib/torture/torture.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/torture') diff --git a/lib/torture/torture.c b/lib/torture/torture.c index dcb28eefb0..4333f98990 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -305,7 +305,7 @@ bool torture_run_suite(struct torture_context *context, } bool torture_run_suite_restricted(struct torture_context *context, - struct torture_suite *suite, char **restricted) + struct torture_suite *suite, const char **restricted) { /* FIXME */ return false; diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 931937c118..6482e89b94 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -221,7 +221,7 @@ bool torture_run_suite(struct torture_context *context, /* Run the specified testsuite recursively, but only the specified * tests */ bool torture_run_suite_restricted(struct torture_context *context, - struct torture_suite *suite, char **restricted); + struct torture_suite *suite, const char **restricted); /* Run the specified testcase */ bool torture_run_tcase(struct torture_context *context, -- cgit