]> err.no Git - varnish/commitdiff
Make VSLR() static, it's unused outside shmlog.c
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 13 Mar 2008 10:34:30 +0000 (10:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 13 Mar 2008 10:34:30 +0000 (10:34 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2604 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/shmlog.c

index 83ea832f5959230c1f7381fa4ad0b761cf94276b..e56474e4cee64701937544c470a061d9162bb9a2 100644 (file)
@@ -519,7 +519,6 @@ void SES_Charge(struct sess *sp);
 
 void VSL_Init(void);
 #ifdef SHMLOGHEAD_MAGIC
-void VSLR(enum shmlogtag tag, int id, txt t);
 void VSL(enum shmlogtag tag, int id, const char *fmt, ...);
 void WSLR(struct worker *w, enum shmlogtag tag, int id, txt t);
 void WSL(struct worker *w, enum shmlogtag tag, int id, const char *fmt, ...);
index 79ba734632dec470a70b7db5713b6a487dab8433..6ff647cb2ba5ca7754a004191fd98ee12b3335ac 100644 (file)
@@ -95,7 +95,7 @@ vsl_hdr(enum shmlogtag tag, unsigned char *p, unsigned len, unsigned id)
  * taking the detour over sprintf()
  */
 
-void
+static void
 VSLR(enum shmlogtag tag, int id, txt t)
 {
        unsigned char *p;