From beba9ddb21f0731d3a4a0ff004fc41546b2fe154 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 20 Jun 2006 19:49:28 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@216 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/vrt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/include/vrt.h b/varnish-cache/include/vrt.h index c9e9dcdd..ce96f8dd 100644 --- a/varnish-cache/include/vrt.h +++ b/varnish-cache/include/vrt.h @@ -46,7 +46,7 @@ char *VRT_GetHdr(struct sess *, const char *); char *VRT_GetReq(struct sess *); void VRT_handling(struct sess *sp, unsigned hand); int VRT_obj_valid(struct sess *); -int VRT_obj_cachable(struct sess *); +int VRT_obj_cacheable(struct sess *); void VRT_set_backend_hostname(struct backend *, const char *); void VRT_set_backend_portname(struct backend *, const char *); -- 2.39.5