cut off argc and argv as well

This commit is contained in:
Daniel Stenberg 2002-01-09 13:22:31 +00:00
parent fd1799f3bb
commit 5bd6d631c6

View File

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