]> git.ipfire.org Git - thirdparty/curl.git/commit
lib/url.c: Generic read/write data pointers
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>
Fri, 22 Feb 2013 12:06:53 +0000 (13:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2013 22:22:21 +0000 (23:22 +0100)
commita5b231acc2eae660fb304fdc4c71c7a3818b23ff
tree9677f93c15979c4ce00703ad43a8b9428f0c1360
parent790abe3fbe31f1596100d955f04d45c1aa898b0c
lib/url.c: Generic read/write data pointers

Always interprets the pointer passed with the CURLOPT_WRITEDATA or
CURLOPT_READDATA options of curl_easy_setopt() as a void pointer in
order to avoid problems in environments where FILE and void pointers
have non-trivial conversion.
lib/url.c