mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:17:21 +03:00
multi: notify rename, remove the last stragglers
in the public API.
Follow-up to 357808f4ad
Closes #18910
This commit is contained in:
parent
7ddbde4f73
commit
53be8166b2
9 changed files with 20 additions and 20 deletions
|
|
@ -529,8 +529,8 @@ CURL_EXTERN CURLMcode curl_multi_waitfds(CURLM *multi,
|
|||
/*
|
||||
* Notifications dispatched by a multi handle, when enabled.
|
||||
*/
|
||||
#define CURLM_NTFY_INFO_READ 0
|
||||
#define CURLM_NTFY_EASY_DONE 1
|
||||
#define CURLM_NOTIFY_INFO_READ 0
|
||||
#define CURLM_NOTIFY_EASY_DONE 1
|
||||
|
||||
/*
|
||||
* Callback to install via CURLMOPT_NOTIFYFUNCTION.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue