Mailing List Archive

r2553 - trunk/varnish-cache/include
Author: des
Date: 2008-03-04 12:03:03 +0100 (Tue, 04 Mar 2008)
New Revision: 2553

Modified:
trunk/varnish-cache/include/vrt_obj.h
Log:
Regen


Modified: trunk/varnish-cache/include/vrt_obj.h
===================================================================
--- trunk/varnish-cache/include/vrt_obj.h 2008-03-04 11:02:25 UTC (rev 2552)
+++ trunk/varnish-cache/include/vrt_obj.h 2008-03-04 11:03:03 UTC (rev 2553)
@@ -43,7 +43,7 @@
double VRT_r_obj_prefetch(const struct sess *);
void VRT_l_obj_prefetch(const struct sess *, double);
double VRT_r_obj_lastuse(const struct sess *);
-const char *VRT_r_obj_hash(struct sess *sp);
+const char * VRT_r_obj_hash();
const char * VRT_r_resp_proto(const struct sess *);
void VRT_l_resp_proto(const struct sess *, const char *, ...);
int VRT_r_resp_status(const struct sess *);