typecheck-gcc.h: add CURLOPT_PREREQDATA awareness

Follow-up to a517378de5

To make test 1912 happy again

Closes #7799
This commit is contained in:
Daniel Stenberg 2021-09-30 08:33:32 +02:00
parent e2b3f9eaea
commit f870715114
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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 || \