git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3033
d4fa192b-c00b-0410-8231-
f00ffab90ce4
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);
AZ(pthread_mutex_init(&sms_mtx, NULL));
}
-struct stevedore sms_stevedore = {
+static struct stevedore sms_stevedore = {
.magic = STEVEDORE_MAGIC,
.name = "synth",
.free = sms_free,