mirror of
https://github.com/curl/curl.git
synced 2026-08-05 18:06:18 +03:00
typecheck-gcc.h: add CURLOPT_PREREQDATA awareness
Follow-up to a517378de5
To make test 1912 happy again
Closes #7799
This commit is contained in:
parent
e2b3f9eaea
commit
f870715114
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ CURLWARNING(_curl_easy_getinfo_err_curl_off_t,
|
|||
(option) == CURLOPT_INTERLEAVEDATA || \
|
||||
(option) == CURLOPT_IOCTLDATA || \
|
||||
(option) == CURLOPT_OPENSOCKETDATA || \
|
||||
(option) == CURLOPT_PREREQDATA || \
|
||||
(option) == CURLOPT_PROGRESSDATA || \
|
||||
(option) == CURLOPT_READDATA || \
|
||||
(option) == CURLOPT_SEEKDATA || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue