]> err.no Git - varnish/commitdiff
add missing extern
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 May 2006 12:27:10 +0000 (12:27 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 May 2006 12:27:10 +0000 (12:27 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@160 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache.h

index a34925a789d06cb7baea101d8d8d9700e5cc1714..9d7dc4002e020c2ebc4022098afd6c0758abc18c 100644 (file)
@@ -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);