mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -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
|
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 */
|
/* sent as reply to a QUIT */
|
||||||
static const char *docquit =
|
static const char *docquit =
|
||||||
|
Loading…
Reference in New Issue
Block a user