From 282dce564a6cd33469f6b82ce94582bc4d9121be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 21:42:20 +0300 Subject: Rename fdnull() to fdopen_null() --- libbutl/curl.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/curl.mxx') diff --git a/libbutl/curl.mxx b/libbutl/curl.mxx index 408c06c..03aac99 100644 --- a/libbutl/curl.mxx +++ b/libbutl/curl.mxx @@ -70,7 +70,7 @@ LIBBUTL_MODEXPORT namespace butl // "http://example.org"); // // curl (nullfd, - // fdnull (), // Write result to /dev/null. + // fdopen_null (), // Write result to /dev/null. // 2, // curl::get, // "tftp://localhost/foo"); -- cgit v1.1