aboutsummaryrefslogtreecommitdiff
path: root/libbutl/sendmail.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/sendmail.hxx
parent40426fe405dc795668351cb41bd50d8d08e5b094 (diff)
Rename process_start() and process_run() overloads
Diffstat (limited to 'libbutl/sendmail.hxx')
-rw-r--r--libbutl/sendmail.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/sendmail.hxx b/libbutl/sendmail.hxx
index 465a474..c631f18 100644
--- a/libbutl/sendmail.hxx
+++ b/libbutl/sendmail.hxx
@@ -77,7 +77,8 @@ namespace butl
const recipients_type& bcc,
O&&... 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 E>
sendmail (const C&,