Commit 649ebe34 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FlexeLint polishing.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3033 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 76bc7522
......@@ -572,9 +572,6 @@ void WSL_Flush(struct worker *w, int overflow);
void RES_BuildHttp(struct sess *sp);
void RES_WriteObj(struct sess *sp);
/* cache_synthetic.c */
void SYN_ErrorPage(struct sess *sp, int status, const char *reason);
/* cache_vary.c */
void VRY_Create(const struct sess *sp);
int VRY_Match(const struct sess *sp, const unsigned char *vary);
......
......@@ -66,7 +66,7 @@ SMS_Init(void)
AZ(pthread_mutex_init(&sms_mtx, NULL));
}
struct stevedore sms_stevedore = {
static struct stevedore sms_stevedore = {
.magic = STEVEDORE_MAGIC,
.name = "synth",
.free = sms_free,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment