]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
typecheck-gcc.h: add CURLOPT_PREREQDATA awareness
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Sep 2021 06:33:32 +0000 (08:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Sep 2021 07:00:37 +0000 (09:00 +0200)
Follow-up to a517378de58358a

To make test 1912 happy again

Closes #7799

include/curl/typecheck-gcc.h

index 77ce461bccf6a6c841cf4f48fff442c8a8c21d12..9e14d8a3726ce36760f7cecbf588f72575eecf43 100644 (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 ||                                            \