Commit d20a44e4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Regenerate vcc_fixed_token.c

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3168 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2acf07e9
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment