aboutsummaryrefslogtreecommitdiff
path: root/libbutl/openssl.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-27 18:00:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-27 18:00:16 +0300
commit822059e4e69547f8e97a1cd219912f55826b0414 (patch)
treedc99f504046fb96b5cc3b1189c3d4107c03f96b7 /libbutl/openssl.hxx
parent40426fe405dc795668351cb41bd50d8d08e5b094 (diff)
Rename process_start() and process_run() overloads
Diffstat (limited to 'libbutl/openssl.hxx')
-rw-r--r--libbutl/openssl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/openssl.hxx b/libbutl/openssl.hxx
index bd562d6..9ab248c 100644
--- a/libbutl/openssl.hxx
+++ b/libbutl/openssl.hxx
@@ -96,7 +96,8 @@ namespace butl
const std::string& command,
A&&... options);
- // Version with the command line callback (see process_run() for details).
+ // Version with the command line callback (see process_run_callback() for
+ // details).
//
template <typename C,
typename I,