]> err.no Git - varnish/commitdiff
Regenerate vcc_fixed_token.c
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 8 Sep 2008 09:47:08 +0000 (09:47 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 8 Sep 2008 09:47:08 +0000 (09:47 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3168 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_fixed_token.c

index 04b1784c3ebaed98f6e18e568e3e879b62542ecd..ba24a2b83099d9be8e9cba8abd44031901b645ce 100644 (file)
@@ -492,6 +492,7 @@ vcl_output_lang_h(struct vsb *sb)
        vsb_cat(sb, "void VRT_l_obj_status(const struct sess *, int);\n");
        vsb_cat(sb, "const char * VRT_r_obj_response(const struct sess *);\n");
        vsb_cat(sb, "void VRT_l_obj_response(const struct sess *, const char *, ...);\n");
+       vsb_cat(sb, "int VRT_r_obj_hits(const struct sess *);\n");
        vsb_cat(sb, "unsigned VRT_r_obj_cacheable(const struct sess *);\n");
        vsb_cat(sb, "void VRT_l_obj_cacheable(const struct sess *, unsigned);\n");
        vsb_cat(sb, "double VRT_r_obj_ttl(const struct sess *);\n");