diff options
Diffstat (limited to 'paludis/util/process.hh')
-rw-r--r-- | paludis/util/process.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paludis/util/process.hh b/paludis/util/process.hh index 79d9577d3..ddc17a136 100644 --- a/paludis/util/process.hh +++ b/paludis/util/process.hh @@ -89,6 +89,9 @@ namespace paludis Process & use_ptys(); Process & setuid_setgid(uid_t, gid_t); Process & echo_command_to(std::ostream &); + + Process & prefix_stdout(const std::string &); + Process & prefix_stderr(const std::string &); }; class PALUDIS_VISIBLE RunningProcessHandle : |