]> err.no Git - varnish/commitdiff
Commit generated file
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 13:33:43 +0000 (13:33 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 13:33:43 +0000 (13:33 +0000)
Regenerate vcc_fixed_token.c for VRT_backend_string.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3219 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_fixed_token.c

index 0e94580c1316dd53a465568dc9e8c183d07c0767..4de263ae2213749ffa3f3244c0bcef25dcb4230b 100644 (file)
@@ -451,6 +451,7 @@ vcl_output_lang_h(struct vsb *sb)
        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, "const char *VRT_backend_string(struct sess *sp);\n");
        vsb_cat(sb, "\n");
        vsb_cat(sb, "#define VRT_done(sp, hand)                 \\\n");
        vsb_cat(sb, "   do {                                    \\\n");