mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
sws: fix compier warning: external definition with no prior declaration
This commit is contained in:
parent
315e5277dc
commit
34127c7adc
@ -163,7 +163,7 @@ enum {
|
||||
DOCNUMBER_404 = -1
|
||||
};
|
||||
|
||||
const char *end_of_headers = END_OF_HEADERS;
|
||||
static const char *end_of_headers = END_OF_HEADERS;
|
||||
|
||||
/* sent as reply to a QUIT */
|
||||
static const char *docquit =
|
||||
|
Loading…
Reference in New Issue
Block a user