From: des Date: Mon, 3 Mar 2008 17:03:53 +0000 (+0000) Subject: Regen for VRT_double_string() X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f1846187c6cf1b715921c7e413c97a1cc781dd;p=varnish Regen for VRT_double_string() git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2547 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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");