1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

this might actually compile too...

This commit is contained in:
Daniel Stenberg 2001-05-15 13:04:53 +00:00
parent 2457a31948
commit 3ceb2bcbb9

View File

@ -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;