summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h
index 2ad81d1..e0626ab 100644
--- a/src/execute.h
+++ b/src/execute.h
@@ -10,4 +10,4 @@
int execute(const std::string& command,
const std::vector<std::string>& args,
const std::map<std::string, std::string>& env,
- bool verbose = true);
+ bool verbose = true, bool terminate = false);