aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.mxx')
-rw-r--r--libbutl/process.mxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbutl/process.mxx b/libbutl/process.mxx
index 199273b..4faa808 100644
--- a/libbutl/process.mxx
+++ b/libbutl/process.mxx
@@ -135,6 +135,11 @@ LIBBUTL_MODEXPORT namespace butl
process_path (const char* i, path&& r, path&& e);
~process_path ();
+ // Manual copying. Should not use args[0] RAII. See path_search() for the
+ // init semantics.
+ //
+ process_path (const process_path&, bool init);
+
private:
friend class process;
const char** args0_ = nullptr;