diff options
Diffstat (limited to 'libbutl/openssl.mxx')
-rw-r--r-- | libbutl/openssl.mxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libbutl/openssl.mxx b/libbutl/openssl.mxx index 42afc5e..a465aad 100644 --- a/libbutl/openssl.mxx +++ b/libbutl/openssl.mxx @@ -152,26 +152,26 @@ LIBBUTL_MODEXPORT namespace butl small_vector<const char*, 2> options; }; - int + pipe map_in (nullfd_t, io_data&); - int + pipe map_in (const path&, io_data&); - int + pipe map_in (fdstream_mode, io_data&); template <typename I> typename std::enable_if<is_other<I>::value, I>::type map_in (I&&, io_data&); - int + pipe map_out (nullfd_t, io_data&); - int + pipe map_out (const path&, io_data&); - int + pipe map_out (fdstream_mode, io_data&); template <typename O> |