From 53b4f58c78e21cbc442891c2ce2a2b99a32e47bc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Dec 2017 14:24:38 +0200 Subject: Add process::pipe struct, extend process API --- libbutl/curl.mxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbutl/curl.mxx') diff --git a/libbutl/curl.mxx b/libbutl/curl.mxx index 57d6e56..7beb844 100644 --- a/libbutl/curl.mxx +++ b/libbutl/curl.mxx @@ -169,20 +169,20 @@ LIBBUTL_MODEXPORT namespace butl std::string storage; }; - int + pipe map_in (nullfd_t, method_proto, io_data&); - int + pipe map_in (const path&, method_proto, io_data&); template typename std::enable_if::value, I>::type map_in (I&&, method_proto, io_data&); - int + pipe map_out (nullfd_t, method_proto, io_data&); - int + pipe map_out (const path&, method_proto, io_data&); template -- cgit v1.1