]> granicus.if.org Git - curl/commitdiff
this might actually compile too...
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 May 2001 13:04:53 +0000 (13:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 May 2001 13:04:53 +0000 (13:04 +0000)
docs/examples/getinmemory.c

index 3304a1dbd6ea88b40b96af9a068b3683105a575e..afd6e3f037dee961d26ac3e608e4ea37b7aca14a 100644 (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;