]> err.no Git - varnish/commitdiff
Make HSH_Freestore() static
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 24 Jun 2007 09:27:18 +0000 (09:27 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 24 Jun 2007 09:27:18 +0000 (09:27 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1535 d4fa192b-c00b-0410-8231-f00ffab90ce4

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

index d91635749809405182d38df3dade4c77e0061d74..fdf248c08e536a721f114cd54d97b5829d7a8366 100644 (file)
@@ -378,7 +378,6 @@ int Fetch(struct sess *sp);
 
 /* cache_hash.c */
 void HSH_Prealloc(struct sess *sp);
-void HSH_Freestore(struct object *o);
 struct object *HSH_Lookup(struct sess *sp);
 void HSH_Unbusy(struct object *o);
 void HSH_Ref(struct object *o);
index d6498406e4146fa09f1e1d606021099a1883af7a..7afa9eec7c39c75121d1a73e0965c704865dfd70 100644 (file)
@@ -96,7 +96,7 @@ HSH_Prealloc(struct sess *sp)
                CHECK_OBJ_NOTNULL(w->nobj, OBJECT_MAGIC);
 }
 
-void
+static void
 HSH_Freestore(struct object *o)
 {
        struct storage *st, *stn;