From 04e1e85ee614be40d92a9c7afe23cff9024aa49a Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 24 Sep 2008 13:33:43 +0000 Subject: [PATCH] Commit generated file 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 | 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 0e94580c..4de263ae 100644 --- a/varnish-cache/lib/libvcl/vcc_fixed_token.c +++ b/varnish-cache/lib/libvcl/vcc_fixed_token.c @@ -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"); -- 2.39.5