From cb1197cbfb3e87575681673aae6aa605ab79e3a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Sep 2023 10:34:19 +0200 Subject: [PATCH] CURLOPT_URL.3: add two URL API calls in the see-also section --- docs/libcurl/opts/CURLOPT_URL.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/libcurl/opts/CURLOPT_URL.3 b/docs/libcurl/opts/CURLOPT_URL.3 index ea853ebf3c..4b64905841 100644 --- a/docs/libcurl/opts/CURLOPT_URL.3 +++ b/docs/libcurl/opts/CURLOPT_URL.3 @@ -131,3 +131,5 @@ called. .BR CURLOPT_FORBID_REUSE "(3), " CURLOPT_FRESH_CONNECT "(3), " .BR curl_easy_perform "(3), " .BR CURLINFO_REDIRECT_URL "(3), " CURLOPT_PATH_AS_IS "(3), " CURLOPT_CURLU "(3), " +.BR curl_url_set "(3), " +.BR curl_url_get "(3), "