]> err.no Git - varnish/commitdiff
Regen for VRT_double_string()
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Mar 2008 17:03:53 +0000 (17:03 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Mar 2008 17:03:53 +0000 (17:03 +0000)
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

index 80f1af71dce781d16778382416a71131c17e13d2..86c9fc03911c87874aa72043b797824fa120dd39 100644 (file)
@@ -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");