From 43aeea013ea8acccb945648d5a0e2b5f228e6290 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Tue, 10 Dec 2019 16:29:38 +0200 Subject: [PATCH] unimportant --- libcurl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcurl.md b/libcurl.md index 208ba8b..db38779 100644 --- a/libcurl.md +++ b/libcurl.md @@ -235,7 +235,7 @@ __Main options__ `timevalue` [Timestamp for conditional request.][curlopt_timevalue_large] __Progress Tracking__ `noprogress` [Shut off the progress meter.][curlopt_noprogress] -`progressfunction` [OBSOLETE callback for progress meter.][curlopt_progressfunction] +`progressfunction` [Callback for progress meter.][curlopt_progressfunction] `progressdata` [Data pointer to pass to the progress meter callback.][curlopt_progressdata] `xferinfofunction` [Callback for progress meter.][curlopt_xferinfofunction] `xferinfodata` [Data pointer to pass to the progress meter callback.][curlopt_xferinfodata]