mirror of
https://github.com/curl/curl.git
synced 2026-04-15 06:21:40 +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)
|
||||
{
|
||||
CURL *curl;
|
||||
CURLcode res;
|
||||
CURL *curl_handle;
|
||||
|
||||
struct MemoryStruct chunk;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue