From: phk Date: Mon, 1 May 2006 12:27:10 +0000 (+0000) Subject: add missing extern X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28125bea025020eabd4cc02f9f84eec057aef786;p=varnish add missing extern git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@160 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index a34925a7..9d7dc400 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -91,7 +91,7 @@ void http_Dissect(struct http *sp, int fd, int rr); void http_BuildSbuf(int resp, struct sbuf *sb, struct http *hp); /* cache_main.c */ -pthread_mutex_t sessmtx; +extern pthread_mutex_t sessmtx; /* cache_pass.c */ void PassSession(struct worker *w, struct sess *sp);