r2547 - trunk/varnish-cache/lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Mon Mar 3 18:03:53 CET 2008


Author: des
Date: 2008-03-03 18:03:53 +0100 (Mon, 03 Mar 2008)
New Revision: 2547

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
Log:
Regen for VRT_double_string()


Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2008-03-03 17:03:05 UTC (rev 2546)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2008-03-03 17:03:53 UTC (rev 2547)
@@ -489,6 +489,7 @@
 	vsb_cat(sb, "\n");
 	vsb_cat(sb, "char *VRT_IP_string(const struct sess *sp, const struct sockaddr *sa);\n");
 	vsb_cat(sb, "char *VRT_int_string(const struct sess *sp, int);\n");
+	vsb_cat(sb, "char *VRT_double_string(const struct sess *sp, double);\n");
 	vsb_cat(sb, "\n");
 	vsb_cat(sb, "#define VRT_done(sp, hand)			\\\n");
 	vsb_cat(sb, "	do {					\\\n");




More information about the varnish-commit mailing list