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/openssl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/openssl.hxx') 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