mirror of
https://github.com/curl/curl.git
synced 2026-08-05 09:56:26 +03:00
src: remove final uses of Curl_ symbol prefixes in tool code
Closes #16678
This commit is contained in:
parent
67a1cfa5ef
commit
af3fe375b3
5 changed files with 11 additions and 8 deletions
|
|
@ -908,11 +908,10 @@ static CURLcode config2setopts(struct GlobalConfig *global,
|
|||
my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb);
|
||||
|
||||
/* Note that if CURLOPT_READFUNCTION is fread (the default), then
|
||||
* lib/telnet.c will Curl_poll() on the input file descriptor
|
||||
* rather than calling the READFUNCTION at regular intervals.
|
||||
* The circumstances in which it is preferable to enable this
|
||||
* behavior, by omitting to set the READFUNCTION & READDATA options,
|
||||
* have not been determined.
|
||||
* lib/telnet.c will poll on the input file descriptor rather than calling
|
||||
* the READFUNCTION at regular intervals. The circumstances in which it is
|
||||
* preferable to enable this behavior, by omitting to set the READFUNCTION &
|
||||
* READDATA options, have not been determined.
|
||||
*/
|
||||
my_setopt(curl, CURLOPT_READDATA, per);
|
||||
/* what call to read */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue