r216 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 20 21:49:28 CEST 2006


Author: phk
Date: 2006-06-20 21:49:28 +0200 (Tue, 20 Jun 2006)
New Revision: 216

Modified:
   trunk/varnish-cache/include/vrt.h
Log:
typo


Modified: trunk/varnish-cache/include/vrt.h
===================================================================
--- trunk/varnish-cache/include/vrt.h	2006-06-20 19:38:04 UTC (rev 215)
+++ trunk/varnish-cache/include/vrt.h	2006-06-20 19:49:28 UTC (rev 216)
@@ -46,7 +46,7 @@
 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 *);




More information about the varnish-commit mailing list