mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:13:35 +03:00
this might actually compile too...
This commit is contained in:
parent
2457a31948
commit
3ceb2bcbb9
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
CURL *curl;
|
CURL *curl_handle;
|
||||||
CURLcode res;
|
|
||||||
|
|
||||||
struct MemoryStruct chunk;
|
struct MemoryStruct chunk;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue