summaryrefslogtreecommitdiff
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.h b/process.h
index 3505e8e..0588a40 100644
--- a/process.h
+++ b/process.h
@@ -38,7 +38,7 @@ public:
pid_t getPid() const;
- bool writeLine(const string_view line);
+ bool writeLine(const string_view line, bool allowBrokenPipe);
optional<string> readLine();
optional<string> readLineTimeout(size_t millis);
};