cut off argc and argv as well
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jan 2002 13:22:31 +0000 (13:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jan 2002 13:22:31 +0000 (13:22 +0000)
docs/examples/simple.c

index 186d493..d591f96 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <curl/curl.h>
 
-int main(int argc, char **argv)
+int main(void)
 {
   CURL *curl;
   CURLcode res;