From 3b6f882ce0dae1d80a330b36a63fbe65026a3278 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 21 Aug 2016 12:38:35 +0200 Subject: Adjust to new butl::process interface --- build2/utility | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/utility') diff --git a/build2/utility b/build2/utility index a636c01..ee12545 100644 --- a/build2/utility +++ b/build2/utility @@ -85,10 +85,10 @@ namespace build2 // in case of an error. // process - start_run (const char* const* args, bool error); + start_run (const char* args[], bool error); bool - finish_run (const char* const* args, bool error, process&, const string&); + finish_run (const char* args[], bool error, process&, const string&); // Start the process as above and then call the specified function on each // trimmed line of the output until it returns a non-empty object T (tested @@ -106,7 +106,7 @@ namespace build2 // template T - run (const char* const* args, + run (const char* args[], T (*) (string&), bool error = true, bool ignore_exit = false, -- cgit v1.1