aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.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/curl.hxx
parent40426fe405dc795668351cb41bd50d8d08e5b094 (diff)
Rename process_start() and process_run() overloads
Diffstat (limited to 'libbutl/curl.hxx')
-rw-r--r--libbutl/curl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/curl.hxx b/libbutl/curl.hxx
index 19105ef..dad0bf5 100644
--- a/libbutl/curl.hxx
+++ b/libbutl/curl.hxx
@@ -105,7 +105,8 @@ namespace butl
const std::string& url,
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,