summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-08-21 12:38:35 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-08-21 12:50:45 +0200
commitc8e7d8922310108f2d46189a8f48abcb68e72534 (patch)
treed29ae8b8da4e10a88344f0412cc7bb3ea0539344 /src/execute.h
parent33f70be85ef83b0ebeaa6755b67558ae2f5ae8e6 (diff)
WIP: Deferred linking of self
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);