aboutsummaryrefslogtreecommitdiff
path: root/src/common/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/spawn.h (renamed from src/common/exec.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/exec.h b/src/common/spawn.h
index 4d2037798..c90a0f790 100644
--- a/src/common/exec.h
+++ b/src/common/spawn.h
@@ -31,6 +31,6 @@
namespace tools
{
-int exec(const char *filename, char * const argv[], bool wait);
+int spawn(const char *filename, const std::vector<std::string>& args, bool wait);
}