diff options
author | 2010-08-20 20:44:58 +0100 | |
---|---|---|
committer | 2010-08-21 14:58:17 +0100 | |
commit | e0829dd6ab62d8bd25308fc806072d1b378a1523 (patch) | |
tree | c3b66fde4f00680f159ff206eea92e90e55ff4ed /paludis/util/process.hh | |
parent | fcd415e70607343e806be7e05e99629969483edd (diff) | |
download | paludis-e0829dd6ab62d8bd25308fc806072d1b378a1523.tar.gz paludis-e0829dd6ab62d8bd25308fc806072d1b378a1523.tar.xz |
Process::prefix_std{out,err}
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 : |