CURL HTTP PUT compliation fail CURL HTTP PUT compliation fail curl curl

CURL HTTP PUT compliation fail


Change the signature of read_callback to type stream as FILE*


This looks like C code, which doesn't compile well as C++. Converting from void* requires a cast in C++ but is implicit in C.

Either compile with gcc of add the needed casts.