Commit f7ef60c1 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning: external definition with no prior declaration

parent 8b2bfa42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@
#endif

#include <curl/curl.h>
#include "parsedate.h"

const char * const Curl_wkday[] =
{"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"};
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@

#include <curl/mprintf.h>

const char *HOSTHEADER = "Host: www.host.foo.com";
const char *JAR = "log/jar506";
static const char *HOSTHEADER = "Host: www.host.foo.com";
static const char *JAR = "log/jar506";
#define THREADS 2

/* struct containing data of a thread */