Commit 7aeeca97 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make HSH_Freestore() static


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1535 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 59a2c779
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment