From: phk Date: Tue, 20 Jun 2006 19:49:28 +0000 (+0000) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beba9ddb21f0731d3a4a0ff004fc41546b2fe154;p=varnish typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@216 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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 *);