summaryrefslogtreecommitdiff
path: root/src/sysExec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysExec.h')
-rw-r--r--src/sysExec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysExec.h b/src/sysExec.h
index f0461af..d5315e4 100644
--- a/src/sysExec.h
+++ b/src/sysExec.h
@@ -52,6 +52,7 @@ class SysExec
void waitForScript();
~SysExec();
private:
+ void doExec(std::string const& script, StringVector const& args, StringList const& env);
std::string script_;
pid_t pid_;
int pipefd_;