aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/curl.mxx')
-rw-r--r--libbutl/curl.mxx8
1 files changed, 4 insertions, 4 deletions
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 I>
typename std::enable_if<is_other<I>::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 <typename O>