From 3d4838d3706de2ba0045dc9f99a3dc96398def64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Feb 2018 14:26:02 +0300 Subject: Parse repositories and packages files for git repositories --- bpkg/utility.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index 05835b0..b05f668 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -116,6 +116,14 @@ namespace bpkg void mv (const dir_path& from, const dir_path& to); + // File descriptor streams. + // + fdpipe + open_pipe (); + + auto_fd + open_dev_null (); + // Process. // // By default the process command line is printed for verbosity >= 2 -- cgit v1.1