From 91f1846187c6cf1b715921c7e413c97a1cc781dd Mon Sep 17 00:00:00 2001 From: des Date: Mon, 3 Mar 2008 17:03:53 +0000 Subject: [PATCH] Regen for VRT_double_string() git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2547 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_fixed_token.c | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/lib/libvcl/vcc_fixed_token.c b/varnish-cache/lib/libvcl/vcc_fixed_token.c index 80f1af71..86c9fc03 100644 --- a/varnish-cache/lib/libvcl/vcc_fixed_token.c +++ b/varnish-cache/lib/libvcl/vcc_fixed_token.c @@ -489,6 +489,7 @@ vcl_output_lang_h(struct vsb *sb) 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"); -- 2.39.5