From 822059e4e69547f8e97a1cd219912f55826b0414 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 27 Jul 2017 18:00:16 +0300 Subject: Rename process_start() and process_run() overloads --- libbutl/curl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/curl.hxx') 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